mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-24 08:35:25 +02:00
clean files
This commit is contained in:
@@ -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}`));
|
||||
|
||||
Reference in New Issue
Block a user