Commit bae56071 by Torkel Ödegaard

fix: fixed tslint issue introduced in recent prometheus PR merge

parent f2edb82e
......@@ -579,7 +579,7 @@ export class PrometheusDatasource {
}
getTimeRange(): { start: number; end: number } {
let range = this.timeSrv.timeRange();
const range = this.timeSrv.timeRange();
return {
start: this.getPrometheusTime(range.from, false),
end: this.getPrometheusTime(range.to, true),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment