Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinkassis committed Mar 8, 2024
1 parent 599407f commit 814a2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/background-script/connectors/lawallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export default class LaWallet implements Connector {
});
});
}

async checkPayment(args: CheckPaymentArgs): Promise<CheckPaymentResponse> {
const zapReceipts = await this.getZapReceipts(10, this.last_invoice_check);
zapReceipts.forEach(this.onZapReceipt.bind(this));
Expand Down

0 comments on commit 814a2d1

Please sign in to comment.