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" + + } }