mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-18 20:05:05 -04:00
chore: clippy
This commit is contained in:
parent
0be8dcc000
commit
079112c9d2
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ impl UserManager {
|
|||
}
|
||||
|
||||
let member = self
|
||||
.get_workspace_member_info_from_remote(&workspace_id, uid)
|
||||
.get_workspace_member_info_from_remote(workspace_id, uid)
|
||||
.await?;
|
||||
|
||||
Ok(member)
|
||||
|
|
Loading…
Add table
Reference in a new issue