mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(influxdb): remove unused parameter
This commit is contained in:
parent
ba48f40d21
commit
5b75eea8cf
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user