From 87306ca6db9a8445471348e0b9fbaa93e3e068b1 Mon Sep 17 00:00:00 2001 From: Chloe Jung Date: Mon, 17 Jul 2023 13:59:37 +1200 Subject: [PATCH] Format --- internalapi/getboltcard.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internalapi/getboltcard.go b/internalapi/getboltcard.go index 0c1b605..0103752 100644 --- a/internalapi/getboltcard.go +++ b/internalapi/getboltcard.go @@ -37,8 +37,8 @@ func Getboltcard(w http.ResponseWriter, r *http.Request) { `"uid": "` + c.Db_uid + `",` + `"lnurlw_enable": "` + c.Lnurlw_enable + `",` + `"tx_limit_sats": "` + strconv.Itoa(c.Tx_limit_sats) + `",` + - `"day_limit_sats": "` + strconv.Itoa(c.Day_limit_sats) + `", ` + - `"pin_enable": "` + c.Pin_enable + `", ` + + `"day_limit_sats": "` + strconv.Itoa(c.Day_limit_sats) + `", ` + + `"pin_enable": "` + c.Pin_enable + `", ` + `"pin_limit_sats": "` + strconv.Itoa(c.Pin_limit_sats) + `"}`) w.Header().Set("Content-Type", "application/json")