Skip to content

Commit

Permalink
fix: Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Jul 31, 2023
1 parent cfb6b48 commit 26cf3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-wallet/src/controllers/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class UpdateController {
first = false
if (UpdateController.isChecking) {
UpdateController.isChecking = false
this.notify(-1, null, true)
this.notify({ isUpdated: true })
}
} else if (UpdateController.isChecking) {
UpdateController.isChecking = false
Expand Down

0 comments on commit 26cf3f5

Please sign in to comment.