remove .ok()

This commit is contained in:
Felix Ableitner 2024-05-14 12:25:57 +02:00
parent 23e51f58ae
commit 76b2345464

View file

@ -137,8 +137,7 @@ pub async fn import_settings(
local_user_view.local_user.id,
&local_user_form,
)
.await
.ok();
.await?;
// Update the vote display mode settings
let vote_display_mode_form = LocalUserVoteDisplayModeUpdateForm {