mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 03:29:02 +08:00
fix(query_range): invalid memory address or nil pointer dereference (#1875)
Co-authored-by: Ankit Nayan <ankit@signoz.io>
This commit is contained in:
parent
4b13b0a8a4
commit
eef48c54f8
@ -1159,6 +1159,7 @@ func (aH *APIHandler) queryRangeMetrics(w http.ResponseWriter, r *http.Request)
|
||||
RespondError(w, &model.ApiError{model.ErrorTimeout, res.Err}, nil)
|
||||
}
|
||||
RespondError(w, &model.ApiError{model.ErrorExec, res.Err}, nil)
|
||||
return
|
||||
}
|
||||
|
||||
response_data := &model.QueryData{
|
||||
|
Loading…
x
Reference in New Issue
Block a user