Skip to content

Commit

Permalink
Merge pull request #24 from xianshenglu/dev
Browse files Browse the repository at this point in the history
fix: fix test config saving sometimes not working bug
  • Loading branch information
xianshenglu authored Mar 20, 2023
2 parents 879eb05 + 1ad9b41 commit 4aa9b40
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 4aa9b40

Please sign in to comment.