From 78b9436f38d55c9c7497e16d9c4ffc320bf26a45 Mon Sep 17 00:00:00 2001 From: RJevnikar <12701645+rjevnikar@users.noreply.github.com> Date: Tue, 5 Jun 2018 21:21:14 +0000 Subject: Fix problems highlighted by Codacy/PR Quality Review --- models/cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/cards.js b/models/cards.js index dd3ac02d..e55ac3f9 100644 --- a/models/cards.js +++ b/models/cards.js @@ -68,7 +68,7 @@ Cards.attachSchema(new SimpleSchema({ }, requestedBy: { type: String, - optional: true + optional: true, }, assignedBy: { type: String, -- cgit v1.2.3-1-g7c22