This commit is contained in:
2026-03-05 10:33:38 +01:00
parent 7a7dc33724
commit b97f422261

View File

@@ -79,7 +79,7 @@ export class SimController {
...usecaseResult.error
}
}).send()
args.onError(body, usecaseResult.error?.msg?.message ?? "Error indefinido")
args.onError(body, usecaseResult.error ?? "Error indefinido")
return 1;
}