Skip to content

Commit 09b6705

Browse files
fix: await exportStackSettings in start method for proper execution flow
1 parent e4a3cfb commit 09b6705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/contentstack-export/src/export/modules

packages/contentstack-export/src/export/modules/stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class ExportStack extends BaseClass {
2727

2828
async start(): Promise<void> {
2929
if (isAuthenticated()) {
30-
this.exportStackSettings();
30+
await this.exportStackSettings();
3131
const stackData = await this.getStack();
3232
if (stackData?.org_uid) {
3333
this.exportConfig.org_uid = stackData.org_uid;

0 commit comments

Comments
 (0)