mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
linebreaker fixing
This commit is contained in:
parent
3a99eb9c9f
commit
95f1772280
1 changed files with 23 additions and 24 deletions
|
|
@ -449,7 +449,6 @@ if (Meteor.isServer) {
|
|||
});
|
||||
|
||||
|
||||
|
||||
JsonRoutes.add('DELETE', '/api/boards/:boardId/lists/:listId/cards/:cardId', function (req, res, next) {
|
||||
Authentication.checkUserId( req.userId);
|
||||
const paramBoardId = req.params.boardId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue