diff --git a/upload-api/migration-wordpress/libs/content_types.js b/upload-api/migration-wordpress/libs/content_types.js index 59fbdb39d..70afa01c8 100644 --- a/upload-api/migration-wordpress/libs/content_types.js +++ b/upload-api/migration-wordpress/libs/content_types.js @@ -518,7 +518,7 @@ async function extractContentTypes(affix) { const isPresent = restrictedUid?.find((item) => item === affix); globalPrefix = isPresent ? affix : ''; - const schemaJson = ContentTypesSchema.map(({ title, uid, schema, options },) => { + const schemaJson = ContentTypesSchema.map(({ title, uid, schema, options }) => { return generateSchema(title, uid, schema, options); });