Pablo Fischer 10 лет назад
Родитель
Сommit
f33de8e911
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      public/app/plugins/datasource/opentsdb/datasource.js

+ 0 - 1
public/app/plugins/datasource/opentsdb/datasource.js

@@ -73,7 +73,6 @@ function (angular, _, dateMath) {
         url: this.url + '/api/query',
         data: reqBody
       };
-      
       if (this.basicAuth || this.withCredentials) {
         options.withCredentials = true;
       }