Switched from sea-orm to sqlx
This commit is contained in:
@ -165,7 +165,6 @@ pub async fn get_user(
|
||||
|
||||
let existing_names = async {
|
||||
Account::get_names(user_id, &db)
|
||||
.await?
|
||||
.try_collect()
|
||||
.await
|
||||
.map_err(Into::into)
|
||||
|
Reference in New Issue
Block a user