Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Sep 8, 2024
1 parent 69690c3 commit 87d91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CashuWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class CashuWallet {
const mintQuotePayload: MintQuotePayload = {
unit: this._unit,
amount: amount,
description: description || null,
description: description || null
};
return await this.mint.createMintQuote(mintQuotePayload);
}
Expand Down

0 comments on commit 87d91b0

Please sign in to comment.