Quellcode durchsuchen

Cleaned the codebase :D

utkarshcmu vor 10 Jahren
Ursprung
Commit
a27186e34f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      public/app/plugins/datasource/opentsdb/datasource.js

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

@@ -178,7 +178,7 @@ function (angular, _, dateMath) {
         return this._performSuggestQuery(tag_values_suggest_query[1], 'tagv').then(responseTransform);
       }
 
-      return $q.when([{text: "wtf"}]);
+      return $q.when([]);
     };
 
     OpenTSDBDatasource.prototype.testDatasource = function() {