mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
BackendSrv: Fixes a stupid mistake with a missing return (#22177)
This commit is contained in:
parent
70b0ec65b3
commit
335b1a8983
@ -559,7 +559,7 @@ export class BackendSrv implements BackendService {
|
||||
})),
|
||||
catchError(err => {
|
||||
if (!err.cancelled) {
|
||||
throwError(err);
|
||||
return throwError(err);
|
||||
}
|
||||
|
||||
if (resultType === CancellationType.dataSourceRequest) {
|
||||
|
Loading…
Reference in New Issue
Block a user