Skip to content

Commit c89326a

Browse files
committed
Rename ProjectStatusTransition -> ProjectWorkflowTransition
1 parent 33e5cab commit c89326a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/project/workflow/dto/workflow-transition.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ObjectType } from '@nestjs/graphql';
22
import { WorkflowTransition } from '../../../workflow/dto';
33
import { ProjectStep } from '../../dto';
44

5-
@ObjectType('ProjectStepTransition', {
5+
@ObjectType({
66
description: WorkflowTransition.descriptionFor('project'),
77
})
88
export abstract class ProjectWorkflowTransition extends WorkflowTransition(

0 commit comments

Comments
 (0)