Skip to content

Commit 209eadc

Browse files
committed
clean files
1 parent d610c96 commit 209eadc

File tree

4 files changed

+1
-83
lines changed

4 files changed

+1
-83
lines changed

src/commands/hello/greet.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/commands/hello/index.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/commands/hello/world.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/commands/project/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class ProjectInfo extends Command {
5454

5555
const selectedProjectId = answers.selectedProject;
5656

57-
await await this.showProjectInfo(auth, selectedProjectId);
57+
await this.showProjectInfo(auth, selectedProjectId);
5858
} catch (error) {
5959
// @ts-expect-error hola
6060
this.error(chalk.red(`Failed to fetch project list: ${error.message}`));

0 commit comments

Comments
 (0)