mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix lint errors
This commit is contained in:
parent
06e64d24a8
commit
3eb6f97291
2 changed files with 2 additions and 1 deletions
|
|
@ -131,6 +131,7 @@
|
|||
"AccountSettings": true,
|
||||
"Announcements": true,
|
||||
"Swimlanes": true,
|
||||
"ChecklistItems": true,
|
||||
"Npm": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ ChecklistItems.mutations({
|
|||
};
|
||||
|
||||
return {$set: mutatedFields};
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
// Activities helper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue