mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor fix
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user