diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/checklists.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/checklists.js b/models/checklists.js index c58453ef..2277736e 100644 --- a/models/checklists.js +++ b/models/checklists.js @@ -7,6 +7,7 @@ Checklists.attachSchema(new SimpleSchema({ title: { type: String, defaultValue: 'Checklist', + optional: true, }, finishedAt: { type: Date, |