Skip to content

Commit

Permalink
Fix order when starting extension
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Jul 22, 2024
1 parent db270d5 commit 27ab1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/services/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export class Background {
) {}

async start() {
this.scheduleResetOutOfFundsState()
this.bindOnInstalled()
this.scheduleResetOutOfFundsState()
this.bindMessageHandler()
this.bindPermissionsHandler()
this.bindEventsHandler()
Expand Down

0 comments on commit 27ab1ed

Please sign in to comment.