Remove automated trigger update (#15663)
Automated triggers are duplicated on version update.
This commit is contained in:
+2
-2
@@ -45,9 +45,9 @@ export class WorkflowTriggerResolver {
|
||||
@Args('workflowVersionId', { type: () => UUIDScalarType })
|
||||
workflowVersionId: string,
|
||||
) {
|
||||
return this.workflowTriggerWorkspaceService.activateWorkflowVersion({
|
||||
return this.workflowTriggerWorkspaceService.activateWorkflowVersion(
|
||||
workflowVersionId,
|
||||
});
|
||||
);
|
||||
}
|
||||
|
||||
@Mutation(() => Boolean)
|
||||
|
||||
Reference in New Issue
Block a user