From 207be3a363d64810dfb69937c1321691b2819839 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 17 Jun 2020 05:40:17 +0200 Subject: [PATCH] cards: fix JSDoc There was one missing comma, and the return type was then invalid --- models/cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/cards.js b/models/cards.js index 1ccc836af..2fd52827f 100644 --- a/models/cards.js +++ b/models/cards.js @@ -2749,7 +2749,7 @@ if (Meteor.isServer) { * @return_type [{_id: string, * title: string, * description: string, - * listId: string + * listId: string, * swinlaneId: string}] */ JsonRoutes.add(