Skip to content

Commit

Permalink
rm double localState call in login
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Aug 3, 2023
1 parent ad77e73 commit efcb188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/nostr/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const Session = {
init: function (options: any) {
Key.getOrCreate(options);
localState.get('loggedIn').on(() => this.onLoggedIn());
localState.get('loggedIn').on(() => this.onLoggedIn());
},
};

Expand Down

0 comments on commit efcb188

Please sign in to comment.