Added yesterdailiy to model

This commit is contained in:
Keith Holliday
2017-06-08 15:37:36 -07:00
parent 60de7c8f21
commit 5d0fe0aac3
5 changed files with 7 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ module.exports = function taskDefaults (task = {}) {
challenge: {
shortName: 'None',
},
yesterDaily: true,
reminders: [],
attribute: 'str',
createdAt: new Date(), // TODO these are going to be overwritten by the server...