Skip to content

Commit

Permalink
fix(query_range): invalid memory address or nil pointer dereference (#…
Browse files Browse the repository at this point in the history
…1875)

Co-authored-by: Ankit Nayan <ankit@signoz.io>
  • Loading branch information
srikanthccv and ankitnayan committed Dec 27, 2022
1 parent 4b13b0a commit eef48c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/query-service/app/http_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit eef48c5

Please sign in to comment.