summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2020-06-17 05:40:17 +0200
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>2020-06-17 05:40:38 +0200
commit207be3a363d64810dfb69937c1321691b2819839 (patch)
tree4c0179fbd34e5135641c83cc1768fb7b99d47f18 /models
parente1ffe943c836d511a6e445d532c3927d0a8f6cf2 (diff)
downloadwekan-207be3a363d64810dfb69937c1321691b2819839.tar.gz
wekan-207be3a363d64810dfb69937c1321691b2819839.tar.bz2
wekan-207be3a363d64810dfb69937c1321691b2819839.zip
cards: fix JSDoc
There was one missing comma, and the return type was then invalid
Diffstat (limited to 'models')
-rw-r--r--models/cards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/cards.js b/models/cards.js
index 1ccc836a..2fd52827 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(