Updated dependencies. Fixed lint.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-03-28 07:24:24 +03:00
parent 9fa1d846e6
commit 4e1c0fdce8
4 changed files with 16 additions and 18 deletions

View file

@ -1527,7 +1527,7 @@ Cards.mutations({
return this.move(boardId, swimlaneId, listId, sort);
},
move(boardId, swimlaneId, listId, sort=null) {
move(boardId, swimlaneId, listId, sort = null) {
const mutatedFields = {
boardId,
swimlaneId,