chore(core): Add exemptions to fix intermittent type error on build (#16420)

This commit is contained in:
Iván Ovejero
2025-06-17 13:16:24 +02:00
committed by GitHub
parent 5caf7a2660
commit 9850a560b4
10 changed files with 12 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ export class WorkflowsController {
project.id,
transactionManager,
);
// @ts-ignore CAT-957
await transactionManager.update(WorkflowEntity, { id: workflow.id }, { parentFolder });
} catch {}
}