Browse Source

fixed issue with influxdb datasource introduced in recent filterSrv refactoring

Torkel Ödegaard 11 years ago
parent
commit
53846a15de
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/app/services/influxdb/influxdbDatasource.js

+ 1 - 2
src/app/services/influxdb/influxdbDatasource.js

@@ -23,8 +23,7 @@ function (angular, _, kbn) {
       };
     }
 
-    InfluxDatasource.prototype.query = function(options) {
-
+    InfluxDatasource.prototype.query = function(filterSrv, options) {
       var promises = _.map(options.targets, function(target) {
         var query;