Skip to content

Commit

Permalink
fix: timeChangeListener error
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Aug 30, 2023
1 parent 33e6955 commit f62fddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ export class AppleBridge {
if (AppleBridge.instance) return AppleBridge.instance;

this.checkIfInstalled = checkIfInstalled;
this.init();

AppleBridge.instance = this;

this.init();
}

async init() {
Expand Down

0 comments on commit f62fddd

Please sign in to comment.