Commit 53846a15 by Torkel Ödegaard

fixed issue with influxdb datasource introduced in recent filterSrv refactoring

parent 1e4ff1e7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment