We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5e2f commit 8f3022fCopy full SHA for 8f3022f
src/components/project/workflow/project-workflow.service.ts
@@ -105,7 +105,7 @@ export class ProjectWorkflowService extends WorkflowService(
105
);
106
await this.eventBus.publish(event);
107
108
- return this.projects.secure(updated, session);
+ return this.projects.secure(event.project, session);
109
}
110
111
/** @deprecated */
0 commit comments