Merge branch 'api-v3' into api-v3-client

This commit is contained in:
Matteo Pagliazzi
2016-04-30 19:28:16 +02:00
24 changed files with 350 additions and 203 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = function taskDefaults (task = {}) {
value: task.type === 'reward' ? 10 : 0,
priority: 1,
challenge: {},
reminders: {},
reminders: [],
attribute: 'str',
createdAt: new Date(), // TODO these are going to be overwritten by the server...
updatedAt: new Date(),