fixed stuff
This commit is contained in:
@@ -35,7 +35,7 @@ impl MutationRoot {
|
||||
|
||||
let user_id = user_service.add_user(username, password).await?;
|
||||
|
||||
Ok(user_id.into())
|
||||
Ok(user_id)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user