Browse Source

fix: add missing comma in get_mint_quotes (#1306)

heatherm 2 months ago
parent
commit
0b6cfe15cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/cdk-sql-common/src/wallet/mod.rs

+ 1 - 1
crates/cdk-sql-common/src/wallet/mod.rs

@@ -553,7 +553,7 @@ ON CONFLICT(id) DO UPDATE SET
                 request,
                 state,
                 expiry,
-                secret_key
+                secret_key,
                 payment_method,
                 amount_issued,
                 amount_paid