From cd3e26615d140a95b7daa597ebf0e2f654980899 Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Thu, 6 Mar 2025 18:40:23 +0530 Subject: [PATCH] workflow changes --- upload-api/migration-contentful/config/index.json | 1 + upload-api/migration-sitecore/constants/index.js | 3 +-- upload-api/migration-wordpress/config/index.json | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/upload-api/migration-contentful/config/index.json b/upload-api/migration-contentful/config/index.json index 3583969a2..c2a6e4b1a 100644 --- a/upload-api/migration-contentful/config/index.json +++ b/upload-api/migration-contentful/config/index.json @@ -6,5 +6,6 @@ "fileName": "en-us.json" + } \ No newline at end of file diff --git a/upload-api/migration-sitecore/constants/index.js b/upload-api/migration-sitecore/constants/index.js index 442b7035f..5290f50ba 100644 --- a/upload-api/migration-sitecore/constants/index.js +++ b/upload-api/migration-sitecore/constants/index.js @@ -39,12 +39,11 @@ const MIGRATION_DATA_CONFIG = { GLOBAL_FIELDS_DIR_NAME : "global_fields", GLOBAL_FIELDS_FILE: "globalfields", GLOBAL_FIELDS_FILE_NAME : "globalfields.json", - EXPORT_INFO_FILE: "export-info.json" } - + module.exports = { MIGRATION_DATA_CONFIG }; \ No newline at end of file diff --git a/upload-api/migration-wordpress/config/index.json b/upload-api/migration-wordpress/config/index.json index 454ee3a21..661544d9f 100644 --- a/upload-api/migration-wordpress/config/index.json +++ b/upload-api/migration-wordpress/config/index.json @@ -47,8 +47,6 @@ "fileName": "en-us.json", "masterfile": "posts.json" - - } } }