Angular: Remove ngInject from influxdb and graphite (#61251)

remove ngInject from datasources
This commit is contained in:
Brendan O'Handley
2023-01-12 17:14:18 -05:00
committed by GitHub
parent 1e33e56dbd
commit 245a589336
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ export default class GraphiteQuery {
templateSrv: any;
scopedVars: any;
/** @ngInject */
constructor(datasource: any, target: any, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
this.datasource = datasource;
this.target = target;

View File

@@ -15,7 +15,6 @@ export default class InfluxQueryModel {
scopedVars: any;
refId?: string;
/** @ngInject */
constructor(target: InfluxQuery, templateSrv?: TemplateSrv, scopedVars?: ScopedVars) {
this.target = target;
this.templateSrv = templateSrv;