if (clonedDealChecklist) {
      const clonedDealChecklistItems = await ChecklistItems.find({
        checklistId: clonedDealChecklist._id
      });