remove problematic data

This commit is contained in:
Niko Storni 2019-09-24 16:03:49 +02:00
parent d6f5199acd
commit d032c842d5

View file

@ -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 {