mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix lint errors of
https://github.com/wekan/wekan/pull/1611 Thanks to xet7 !
This commit is contained in:
parent
21e68f3e54
commit
212440862b
1 changed files with 1 additions and 2 deletions
|
@ -430,8 +430,7 @@ export class TrelloCreator {
|
|||
// keep track of Trello id => WeKan id
|
||||
this.checklists[checklist.id] = checklistId;
|
||||
// Now add the items to the checklistItems
|
||||
var counter = 0;
|
||||
const itemsToCreate = [];
|
||||
let counter = 0;
|
||||
checklist.checkItems.forEach((item) => {
|
||||
counter++;
|
||||
const checklistItemTocreate = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue