chore: remove unused dependencie

This commit is contained in:
Mauricio Siu
2024-06-22 22:59:06 -06:00
parent 7e6e43adfe
commit a6bbf5d96b
3 changed files with 2 additions and 337 deletions

View File

@@ -142,7 +142,6 @@ export const startService = async (appName: string) => {
try {
await execAsync(`docker service scale ${appName}=1 `);
} catch (error) {
// Cambiar esto para que no erroje un error
throw error;
}
};