We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ef4ab commit 8885fa5Copy full SHA for 8885fa5
packages/contentstack-import/src/import/modules/global-fields.ts
@@ -98,7 +98,7 @@ export default class ImportGlobalFields extends BaseClass {
98
}
99
100
async seedGFs(): Promise<any> {
101
- const onSuccess = async ({ response: globalField, apiData: { uid } = undefined }: any) => {
+ const onSuccess = ({ response: globalField, apiData: { uid } = undefined }: any) => {
102
this.createdGFs.push(globalField);
103
this.gFsUidMapper[uid] = globalField;
104
log(this.importConfig, `${uid} Global field seeded`, 'info');
0 commit comments