mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
When introducing errorsource over in: https://github.com/grafana/grafana/pull/99900 I introduced a bug - trying to use a http response with a non-nil error. In that case, the response is nil, so code panics. This PR removes that check.