From 762576e7a283e417ca299bd736576cbd074ac7d3 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 18 Feb 2016 20:59:20 +0100 Subject: [PATCH] fix typo --- common/script/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script/index.js b/common/script/index.js index 996cfabde1..d1616613eb 100644 --- a/common/script/index.js +++ b/common/script/index.js @@ -815,7 +815,7 @@ api.wrap = function(user, main) { message: i18n.t('messageTaskNotFound', req.language) }) : void 0; } - _.merge(task, _.omit(req.body, ['checklist', 'remidners', 'id', 'type'])); + _.merge(task, _.omit(req.body, ['checklist', 'reminders', 'id', 'type'])); if (req.body.checklist) { task.checklist = req.body.checklist; }