mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix lint errors.
Thanks to xet7 !
This commit is contained in:
parent
972b9b6e91
commit
ebfc8e5a1b
5 changed files with 26 additions and 27 deletions
|
|
@ -141,7 +141,7 @@ RulesHelper = {
|
|||
Swimlanes.insert({
|
||||
title: action.swimlaneName,
|
||||
boardId,
|
||||
sort: 0
|
||||
sort: 0,
|
||||
});
|
||||
}
|
||||
if(action.actionType === 'addChecklistWithItems'){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue