Skip to content

Commit 8885fa5

Browse files
Fixed PR comments
1 parent b3ef4ab commit 8885fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-import/src/import/modules/global-fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default class ImportGlobalFields extends BaseClass {
9898
}
9999

100100
async seedGFs(): Promise<any> {
101-
const onSuccess = async ({ response: globalField, apiData: { uid } = undefined }: any) => {
101+
const onSuccess = ({ response: globalField, apiData: { uid } = undefined }: any) => {
102102
this.createdGFs.push(globalField);
103103
this.gFsUidMapper[uid] = globalField;
104104
log(this.importConfig, `${uid} Global field seeded`, 'info');

0 commit comments

Comments
 (0)