mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix Graph Display Without Recent Devicestatus (#5409)
This commit is contained in:
committed by
Sulka Haro
parent
df035779ab
commit
60be07c9ec
+2
-1
@@ -136,7 +136,8 @@ client.load = function load (serverSettings, callback) {
|
||||
|
||||
client.now = Date.now();
|
||||
client.ddata = require('../data/ddata')();
|
||||
client.forecastTime = client.defaultForecastTime = times.mins(30).msecs;
|
||||
client.defaultForecastTime = times.mins(30).msecs;
|
||||
client.forecastTime = client.now + client.defaultForecastTime;
|
||||
client.entries = [];
|
||||
client.ticks = require('./ticks');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user