Skip to content

Commit 1e7a004

Browse files
committed
small module fixes
1 parent 557260d commit 1e7a004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/app/workflows-v2/usecases/upsert-workflow/upsert-workflow.usecase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ import { UpsertWorkflowCommand, UpsertWorkflowDataCommand } from './upsert-workf
4848
export class UpsertWorkflowUseCase {
4949
constructor(
5050
private createWorkflowGenericUsecase: CreateWorkflowGeneric,
51-
private updateWorkflowGenericUsecase: UpdateWorkflowGeneric,
5251
private notificationGroupRepository: NotificationGroupRepository,
52+
private updateWorkflowGenericUsecase: UpdateWorkflowGeneric,
5353
private getWorkflowByIdsUseCase: GetWorkflowByIdsUseCase,
5454
private getWorkflowUseCase: GetWorkflowUseCase,
5555
private buildStepIssuesUsecase: BuildStepIssuesUsecase,

0 commit comments

Comments
 (0)