mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 21:39:21 +00:00
Fix typo
This commit is contained in:
parent
1fd3a8e6d9
commit
110f84eb0a
@ -170,5 +170,5 @@ pub fn set_account_image_visibility(r: &mut HttpRequestHandler) -> RequestResult
|
|||||||
|
|
||||||
account_helper::set_account_image_visibility(r.user_id_ref()?, level)?;
|
account_helper::set_account_image_visibility(r.user_id_ref()?, level)?;
|
||||||
|
|
||||||
r.success("Image image visibility level updated!")
|
r.success("Account image visibility level updated!")
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user