mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +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,
|
sort: 0,
|
||||||
});
|
});
|
||||||
if (id) {
|
if (id) {
|
||||||
const checklist = Checklists.findOne({_id: id});
|
|
||||||
req.body.items.forEach(function (item, idx) {
|
req.body.items.forEach(function (item, idx) {
|
||||||
ChecklistItems.insert({
|
ChecklistItems.insert({
|
||||||
cardId: paramCardId,
|
cardId: paramCardId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue