mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix about 200 noImplicitAny errors (#18067)
* Fix 200 ish errors * Add interface
This commit is contained in:
@@ -289,7 +289,7 @@ function initTemplateSrv(values: any, multi = false) {
|
||||
},
|
||||
multi: multi,
|
||||
},
|
||||
{}
|
||||
{} as any
|
||||
),
|
||||
]);
|
||||
return templateSrv;
|
||||
|
||||
Reference in New Issue
Block a user