79087763

Date: 2024-10-14 21:33:47
Score: 1.5
Natty:
Report link

Pass validate true in your bulkCreate method

const createEventAvailability = await EventAvailability.bulkCreate(
        eventAvailability,
        { validate: true }
    );
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: seun