Skip to content

Commit b984a4c

Browse files
Merge pull request #657 from contentstack/code/refactor
resolved
2 parents d533f74 + 1c86608 commit b984a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload-api/migration-wordpress/libs/content_types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ async function extractContentTypes(affix) {
518518

519519
const isPresent = restrictedUid?.find((item) => item === affix);
520520
globalPrefix = isPresent ? affix : '';
521-
const schemaJson = ContentTypesSchema.map(({ title, uid, schema, options },) => {
521+
const schemaJson = ContentTypesSchema.map(({ title, uid, schema, options }) => {
522522
return generateSchema(title, uid, schema, options);
523523
});
524524

0 commit comments

Comments
 (0)