79196844

Date: 2024-11-17 09:09:13
Score: 0.5
Natty:
Report link

Also consider checking option forceServerObjectId: true in insertMany params like this

const result = await usersCollection.insertMany(Object.values(usersData),{ ordered: false, forceServerObjectId: true });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Zhukov