Commit 5b75eea8 by bergquist

fix(influxdb): remove unused parameter

parent ba48f40d
......@@ -103,7 +103,7 @@ export function InfluxDatasource(instanceSettings, $q, backendSrv, templateSrv)
});
};
this.metricFindQuery = function (query, queryType) {
this.metricFindQuery = (query) => {
var interpolated;
try {
interpolated = templateSrv.replace(query, null, 'regex');
......
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