fix: Unawaited future causing build error
This commit is contained in:
parent
d865dd4454
commit
3483059e1c
1 changed files with 1 additions and 0 deletions
|
|
@ -1042,4 +1042,5 @@ pub(super) async fn logout(&self, user_id: String) -> Result {
|
|||
.for_each(|device_id| self.services.users.remove_device(&user_id, device_id))
|
||||
.await;
|
||||
self.write_str(&format!("User {user_id} has been logged out from all devices."))
|
||||
.await
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue