mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 16:56:11 +01:00
cards: fix JSDoc
There was one missing comma, and the return type was then invalid
This commit is contained in:
parent
e1ffe943c8
commit
207be3a363
1 changed files with 1 additions and 1 deletions
|
|
@ -2749,7 +2749,7 @@ if (Meteor.isServer) {
|
|||
* @return_type [{_id: string,
|
||||
* title: string,
|
||||
* description: string,
|
||||
* listId: string
|
||||
* listId: string,
|
||||
* swinlaneId: string}]
|
||||
*/
|
||||
JsonRoutes.add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue