mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
missing space
This commit is contained in:
@@ -277,7 +277,7 @@ export default class InfluxDatasource {
|
||||
}
|
||||
|
||||
var secs = date.valueOf() / 1000;
|
||||
if(roundUp) {
|
||||
if (roundUp) {
|
||||
secs += 1;
|
||||
}
|
||||
return secs.toFixed(0) + 's';
|
||||
|
||||
Reference in New Issue
Block a user