mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 05:12:29 +08:00
fix: fixed tslint issue introduced in recent prometheus PR merge
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user