@7365admin1/core 3.32.2-staging.98 → 3.32.2-staging.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -58367,7 +58367,7 @@ function UseAccessManagementRepo() {
58367
58367
  "visitor.transactions"
58368
58368
  ).findOneAndUpdate(
58369
58369
  { _id: visitorId },
58370
- { $push: { cards: cardsToAttach } },
58370
+ { $push: { cards: { $each: cardsToAttach } } },
58371
58371
  { session, returnDocument: "after" }
58372
58372
  );
58373
58373
  const updatedVisitor = result?._id;