cards: fix JSDoc

There was one missing comma, and the return type was then invalid
This commit is contained in:
Benjamin Tissoires 2020-06-17 05:40:17 +02:00
parent e1ffe943c8
commit 207be3a363

View file

@ -2749,7 +2749,7 @@ if (Meteor.isServer) {
* @return_type [{_id: string,
* title: string,
* description: string,
* listId: string
* listId: string,
* swinlaneId: string}]
*/
JsonRoutes.add(