@nkhang1902/strapi-plugin-export-import-clsx 1.8.5 → 1.8.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nkhang1902/strapi-plugin-export-import-clsx",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "A powerful Strapi plugin for exporting and importing data with Excel support and advanced filtering",
5
5
  "main": "./strapi-server.js",
6
6
  "scripts": {
@@ -431,9 +431,6 @@ module.exports = ({ strapi }) => ({
431
431
  });
432
432
  results.updated++;
433
433
  } else {
434
- if (strapi.contentTypes[contentType].attributes?.event) {
435
- data.event = { documentId: eventId };
436
- }
437
434
  await strapi.documents(contentType).create({
438
435
  data: {
439
436
  ...data,