fix: prepr

This commit is contained in:
Calum H. (IMB11)
2026-07-28 17:38:33 +01:00
parent 6ef99c5989
commit 562b8e77a8
73 changed files with 173 additions and 770 deletions
+2 -6
View File
@@ -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?,
)
}