mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
remove .ok()
This commit is contained in:
parent
23e51f58ae
commit
76b2345464
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue