remove problematic data

This commit is contained in:
Niko Storni 2019-09-10 16:16:27 +02:00
parent 2d45f059ec
commit b5f0289580

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 {