chore: use const in palce of useless let
parent
6cc77e575c
commit
6612991ce0
|
@ -749,8 +749,7 @@ export const getDashboardWithTemplatesAsync = (
|
|||
|
||||
const selections = templateSelectionsFromQueryParams()
|
||||
|
||||
let templates
|
||||
templates = await hydrateTemplates(dashboard.templates, sources, {
|
||||
const templates = await hydrateTemplates(dashboard.templates, sources, {
|
||||
proxyUrl: source.links.proxy,
|
||||
selections,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue