mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225)
This commit is contained in:
@@ -447,7 +447,7 @@ export class WorkflowsController {
|
||||
projectId: In(toUnshare),
|
||||
});
|
||||
|
||||
await this.enterpriseWorkflowService.shareWithProjects(workflow, toShare, trx);
|
||||
await this.enterpriseWorkflowService.shareWithProjects(workflow.id, toShare, trx);
|
||||
|
||||
newShareeIds = toShare;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user