fix JSON response

This commit is contained in:
Peter Rounce 2023-02-07 08:03:49 +00:00 committed by GitHub
parent 4d7dfb481d
commit a5d4643bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ func wipeboltcard(w http.ResponseWriter, r *http.Request) {
`"k3": "` + card_wipe_info_values.k3 + `",` + `"k3": "` + card_wipe_info_values.k3 + `",` +
`"k4": "` + card_wipe_info_values.k4 + `",` + `"k4": "` + card_wipe_info_values.k4 + `",` +
`"uid": "` + card_wipe_info_values.uid + `",` + `"uid": "` + card_wipe_info_values.uid + `",` +
`"version": 1"}` `"version": 1}`
// log the response // log the response