mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
chore(core): Add exemptions to fix intermittent type error on build (#16420)
This commit is contained in:
@@ -169,6 +169,7 @@ export class WorkflowsController {
|
||||
project.id,
|
||||
transactionManager,
|
||||
);
|
||||
// @ts-ignore CAT-957
|
||||
await transactionManager.update(WorkflowEntity, { id: workflow.id }, { parentFolder });
|
||||
} catch {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user