From 87d91b028105eda705edfac399b0f03557629e1a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:34:05 +0200 Subject: [PATCH] npm run format --- src/CashuWallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CashuWallet.ts b/src/CashuWallet.ts index 5e9cf89e..4e783bf5 100644 --- a/src/CashuWallet.ts +++ b/src/CashuWallet.ts @@ -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); }