Skip to content

Commit d032c84

Browse files
committed
remove problematic data
1 parent d6f5199 commit d032c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/api/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
134134
jsonResponse, err = json.MarshalIndent(&apiResponse{
135135
Success: false,
136136
Error: util.PtrToString(err.Error()),
137-
Data: rsp.Data,
137+
Data: nil,
138138
Trace: getTraceFromError(err),
139139
}, "", " ")
140140
if err != nil {

0 commit comments

Comments
 (0)