remove problematic data
This commit is contained in:
parent
2d45f059ec
commit
b5f0289580
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
jsonResponse, err = json.MarshalIndent(&apiResponse{
|
||||
Success: false,
|
||||
Error: util.PtrToString(err.Error()),
|
||||
Data: rsp.Data,
|
||||
Data: nil,
|
||||
Trace: getTraceFromError(err),
|
||||
}, "", " ")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue