mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Fix lint errors
This commit is contained in:
parent
9eef5112dc
commit
4dbe6feb8c
1 changed files with 1 additions and 2 deletions
|
|
@ -160,7 +160,6 @@ if (Meteor.isServer) {
|
|||
sort: 0,
|
||||
});
|
||||
if (id) {
|
||||
const checklist = Checklists.findOne({_id: id});
|
||||
req.body.items.forEach(function (item, idx) {
|
||||
ChecklistItems.insert({
|
||||
cardId: paramCardId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue