We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d45f05 commit b5f0289Copy full SHA for b5f0289
extras/api/server.go
@@ -134,7 +134,7 @@ func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
134
jsonResponse, err = json.MarshalIndent(&apiResponse{
135
Success: false,
136
Error: util.PtrToString(err.Error()),
137
- Data: rsp.Data,
+ Data: nil,
138
Trace: getTraceFromError(err),
139
}, "", " ")
140
if err != nil {
0 commit comments