We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d610c96 commit 209eadcCopy full SHA for 209eadc
src/commands/hello/greet.ts
src/commands/hello/index.ts
src/commands/hello/world.ts
src/commands/project/info.ts
@@ -54,7 +54,7 @@ export default class ProjectInfo extends Command {
54
55
const selectedProjectId = answers.selectedProject;
56
57
- await await this.showProjectInfo(auth, selectedProjectId);
+ await this.showProjectInfo(auth, selectedProjectId);
58
} catch (error) {
59
// @ts-expect-error hola
60
this.error(chalk.red(`Failed to fetch project list: ${error.message}`));
0 commit comments