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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;