Skip to content

Commit

Permalink
Merge pull request #63 from getAlby/fix/balance-response-type
Browse files Browse the repository at this point in the history
fix: getBalance response type
  • Loading branch information
rolznz authored Aug 12, 2023
2 parents dfa9d4c + 4ffe157 commit 23653f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getalby/sdk",
"version": "2.2.2",
"version": "2.2.3",
"description": "The SDK to integrate with Nostr Wallet Connect and the Alby API",
"repository": "https://github.com/getAlby/js-sdk.git",
"bugs": "https://github.com/getAlby/js-sdk/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/webln/NostrWeblnProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class NostrWebLNProvider implements WebLNProvider, Nip07Provider {
}

// TODO: refactor code in getBalance and sendPayment
getBalance() {
getBalance(): Promise<GetBalanceResponse> {
this.checkConnected();

// FIXME: add getBalance to webln-types
Expand Down

0 comments on commit 23653f4

Please sign in to comment.