Skip to content

Commit 6d3473f

Browse files
committed
Drop another superfluous override
1 parent bb305fa commit 6d3473f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/engagement/workflow/engagement-workflow.service.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ export class EngagementWorkflowService extends WorkflowService(
5959
);
6060
}
6161

62-
canBypass(session: Session) {
63-
return this.privileges.for(session, WorkflowEvent).can('create');
64-
}
65-
6662
async executeTransition(
6763
input: ExecuteEngagementTransitionInput,
6864
session: Session,

0 commit comments

Comments
 (0)