Skip to content

Commit 28e532c

Browse files
committed
addressing review feedback
1 parent 2c29b51 commit 28e532c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/commonFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var isBrowser = typeof window !== 'undefined';
2525
var _ = require('lodash');
2626

2727
var GLUCOSE_MM = 18.01559;
28+
var SEVEN_DAYS = 604800000;
2829

2930
/**
3031
* Computes the number of milliseconds after midnight on the date specified.

lib/drivers/tandem

0 commit comments

Comments
 (0)