From efc2b593479ab7529703c3f72f7af2d8aed0a971 Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:41:51 +0530 Subject: [PATCH] workflow checking --- upload-api/migration-sitecore/constants/index.js | 2 -- upload-api/migration-wordpress/config/index.json | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upload-api/migration-sitecore/constants/index.js b/upload-api/migration-sitecore/constants/index.js index 1a46b5d43..e7268fb18 100644 --- a/upload-api/migration-sitecore/constants/index.js +++ b/upload-api/migration-sitecore/constants/index.js @@ -40,8 +40,6 @@ const MIGRATION_DATA_CONFIG = { GLOBAL_FIELDS_FILE: "globalfields", GLOBAL_FIELDS_FILE_NAME : "globalfields.json", - - EXPORT_INFO_FILE: "export-info.json" } module.exports = { diff --git a/upload-api/migration-wordpress/config/index.json b/upload-api/migration-wordpress/config/index.json index 0551545e3..454ee3a21 100644 --- a/upload-api/migration-wordpress/config/index.json +++ b/upload-api/migration-wordpress/config/index.json @@ -46,6 +46,8 @@ "dirName": "posts", "fileName": "en-us.json", "masterfile": "posts.json" + + } }