diff --git a/upload-api/migration-wordpress/libs/content_types.js b/upload-api/migration-wordpress/libs/content_types.js index c147388ce..a8ebf7b2e 100644 --- a/upload-api/migration-wordpress/libs/content_types.js +++ b/upload-api/migration-wordpress/libs/content_types.js @@ -16,6 +16,7 @@ const { contentTypes: contentTypesConfig } = config.modules; const contentTypeFolderPath = path.resolve(config.data, contentTypesConfig.dirName); + /** * Create folders and files */