From ab73afe17af78ebbe5186de53973136d3e9f9e39 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 14 Aug 2018 14:43:15 +0300 Subject: Fix lint errors. --- 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 04348e2f..171c21c5 100644 --- a/models/cards.js +++ b/models/cards.js @@ -82,7 +82,7 @@ Cards.attachSchema(new SimpleSchema({ description: { type: String, optional: true, - defaultValue: '' + defaultValue: '', }, requestedBy: { type: String, -- cgit v1.2.3-1-g7c22