Skip to content

Commit

Permalink
fix: fix test config saving sometimes not working bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed Mar 19, 2023
1 parent e0c1b96 commit 78789d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions store/UserSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class UserSettings {
isSaveDataToDevice
);
this.changeUserSettings(result);
}
),
{ fireImmediate: true };
},
{ fireImmediately: true }
)
})
.catch((err) => {
console.log(err, "merge user settings failed");
Expand Down

0 comments on commit 78789d8

Please sign in to comment.