mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
fix: prepr
This commit is contained in:
@@ -39,12 +39,8 @@ pub async fn change_user_avatar(
|
||||
extension: &str,
|
||||
) -> Result<()> {
|
||||
Ok(
|
||||
theseus::users::change_user_avatar(
|
||||
user_id,
|
||||
image.into(),
|
||||
extension,
|
||||
)
|
||||
.await?,
|
||||
theseus::users::change_user_avatar(user_id, image.into(), extension)
|
||||
.await?,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user