Explorar o código

fix: add missing comma in get_mint_quotes (#1306)

heatherm hai 2 meses
pai
achega
0b6cfe15cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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