Set query options correctly for devicestatus

This commit is contained in:
Jeremy Cunningham
2018-12-07 17:39:11 -06:00
parent 44baf2e98c
commit c6e20565c9
+2 -1
View File
@@ -86,7 +86,8 @@ function storage (collection, ctx) {
}
storage.queryOpts = {
dateField: 'created_at'
dateField: 'date'
, useEpoch: true
};
module.exports = storage;