mirror of
https://github.com/arnaucube/go-dvote.git
synced 2026-02-28 05:26:46 +01:00
Fix dump function
This commit is contained in:
@@ -189,7 +189,7 @@ func claimHandler(w http.ResponseWriter, req *http.Request, op string) {
|
||||
resp.Error = true
|
||||
resp.Response = err.Error()
|
||||
} else {
|
||||
resp.Response = string(jValues)
|
||||
resp.Response = fmt.Sprintf("%s", jValues)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user