Skip to content

Commit

Permalink
fixup! chore(api): Remove usused workflow-v2 usecases
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Dec 12, 2024
1 parent 551ccc0 commit 5497d5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/api/src/app/workflows-v2/workflow.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import { BridgeModule } from '../bridge';
import { HydrateEmailSchemaUseCase } from '../environments-v1/usecases/output-renderers';
import { OverloadContentDataOnWorkflowUseCase } from './usecases/overload-content-data';
import { PatchWorkflowUsecase } from './usecases/patch-workflow';
import { PatchStepUsecase } from './usecases/patch-step-data/patch-step.usecase';
import { BuildPayloadSchema } from './usecases/build-payload-schema/build-payload-schema.usecase';

const DAL_REPOSITORIES = [CommunityOrganizationRepository];
Expand Down Expand Up @@ -71,7 +70,6 @@ const DAL_REPOSITORIES = [CommunityOrganizationRepository];
PrepareAndValidateContentUsecase,
ValidatePlaceholderUsecase,
ExtractDefaultValuesFromSchemaUsecase,
PatchStepUsecase,
PostProcessWorkflowUpdate,
OverloadContentDataOnWorkflowUseCase,
PatchWorkflowUsecase,
Expand Down

0 comments on commit 5497d5e

Please sign in to comment.