Skip to content

Commit

Permalink
fix: remove unnecessary promise resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 21, 2023
1 parent b57156b commit 995c8f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webln/NostrWeblnProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export class NostrWebLNProvider implements WebLNProvider, Nip07Provider {

async enable() {
this._enabled = true;
return Promise.resolve();
}

close() {
Expand Down

0 comments on commit 995c8f3

Please sign in to comment.