clean files

This commit is contained in:
Mauricio Siu
2024-06-22 15:53:49 -06:00
parent d610c967d9
commit 209eadce99
4 changed files with 1 additions and 83 deletions

View File

@@ -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}`));