Skip to content

Commit

Permalink
clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jun 22, 2024
1 parent d610c96 commit 209eadc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 83 deletions.
29 changes: 0 additions & 29 deletions src/commands/hello/greet.ts

This file was deleted.

34 changes: 0 additions & 34 deletions src/commands/hello/index.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/commands/hello/world.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/commands/project/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class ProjectInfo extends Command {

const selectedProjectId = answers.selectedProject;

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

0 comments on commit 209eadc

Please sign in to comment.