if (clonedTaskChecklist) {
      const clonedTaskChecklistItems = await ChecklistItems.find({
        checklistId: clonedTaskChecklist._id
      });