mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
Fix lint/syntax (grunt test)
This commit is contained in:
parent
98082a940c
commit
f33de8e911
@ -73,7 +73,6 @@ function (angular, _, dateMath) {
|
|||||||
url: this.url + '/api/query',
|
url: this.url + '/api/query',
|
||||||
data: reqBody
|
data: reqBody
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.basicAuth || this.withCredentials) {
|
if (this.basicAuth || this.withCredentials) {
|
||||||
options.withCredentials = true;
|
options.withCredentials = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user