minor fix

This commit is contained in:
Mitsuhiro Tanda
2018-09-13 20:15:33 +09:00
parent 3031c2e6fc
commit dc08093f6c
2 changed files with 5 additions and 5 deletions

View File

@@ -585,7 +585,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),