Cron completo y mejora de logs

This commit is contained in:
2026-04-08 13:48:57 +02:00
parent 4168949b9e
commit a27e4b30d2
10 changed files with 261 additions and 31 deletions

View File

@@ -185,6 +185,7 @@ export class SimController {
}
const useCaseRes = await this.tryUseCase(msg, this.useCases.stage_suspend(suspendData))
console.log("res::", useCaseRes)
/*
const res = await this.tryUseCase(msg, this.useCases.suspend(actionData))
*/