Skip to content

Commit

Permalink
Merge pull request nightscout#4794 from nightscout/load_sensor_stop
Browse files Browse the repository at this point in the history
Load the latest 'Sensor Stop' event from last 32 days
  • Loading branch information
sulkaharo authored Jul 24, 2019
2 parents c9b7e5c + 9acd999 commit d2f21a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/data/dataloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ function loadSensorAndInsulinTreatments(ddata, ctx, callback) {
async.parallel([
loadLatestSingle.bind(null, ddata, ctx, 'Sensor Start')
,loadLatestSingle.bind(null, ddata, ctx, 'Sensor Change')
,loadLatestSingle.bind(null, ddata, ctx, 'Sensor Stop')
,loadLatestSingle.bind(null, ddata, ctx, 'Site Change')
,loadLatestSingle.bind(null, ddata, ctx, 'Insulin Change')
,loadLatestSingle.bind(null, ddata, ctx, 'Pump Battery Change')
Expand Down

0 comments on commit d2f21a5

Please sign in to comment.