Skip to content

Commit

Permalink
fix(workflow-service): fixed path to definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Dec 26, 2024
1 parent d97b759 commit 58181dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BadRequestException, Injectable } from '@nestjs/common';
import { TWorkflowDefinitionWithTransitionSchema } from '@/workflow-defintion/types';
import { PrismaService } from '@/prisma/prisma.service';
import { EndUserService } from '@/end-user/end-user.service';
import { kycEmailSessionDefinition } from 'prisma/data-migrations/templates/creation/common/generate-kyc-email-process';
import { kycEmailSessionDefinition } from '../../prisma/data-migrations/templates/creation/common/generate-kyc-email-process';
import { randomUUID } from 'crypto';
import { BusinessPosition } from '@prisma/client';
import { BUILT_IN_EVENT } from '@ballerine/workflow-core';
Expand Down

0 comments on commit 58181dc

Please sign in to comment.