mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
codacy
This commit is contained in:
@@ -702,7 +702,6 @@ function init(client, $) {
|
||||
}
|
||||
|
||||
function findClosestSGVToPastTime(time) {
|
||||
var nowDate = null;
|
||||
var nowData = client.data.filter(function(d) {
|
||||
return d.type === 'sgv' && d.mills <= time.getTime();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user