Skip to content

Commit

Permalink
make defer date a task property
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Aug 2, 2024
1 parent e1a2e11 commit 0cc0a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const {
* @param {} obj
* @return
*/
const DATE_META_KEYS = ['due', 'created', 'remind', 'completed']
const DATE_META_KEYS = ['due', 'defer', 'created', 'remind', 'completed']
class Task {
constructor(config, obj, dontParse) {
if (!_isObject(obj)) throw new Error('obj must be an Object')
Expand Down

0 comments on commit 0cc0a8d

Please sign in to comment.