mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Set query options correctly for devicestatus
This commit is contained in:
@@ -86,7 +86,8 @@ function storage (collection, ctx) {
|
||||
}
|
||||
|
||||
storage.queryOpts = {
|
||||
dateField: 'created_at'
|
||||
dateField: 'date'
|
||||
, useEpoch: true
|
||||
};
|
||||
|
||||
module.exports = storage;
|
||||
|
||||
Reference in New Issue
Block a user