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