Skip to content

Commit

Permalink
fix: Handled the case when yes flag is passed for skipping the market…
Browse files Browse the repository at this point in the history
…place prompts
  • Loading branch information
cs-raj committed Apr 19, 2024
1 parent cf6d7f7 commit 832ac71
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 24 deletions.
62 changes: 38 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export const getConfirmationToCreateApps = async (privateApps: any, config: Impo
}
}
}
} else {
return Promise.resolve(true);
}
};

Expand Down

0 comments on commit 832ac71

Please sign in to comment.