fix: Correct import path for PrismaService and update interest relation in generateActivityRefNumber function

This commit is contained in:
paritosh18
2026-02-27 19:48:29 +05:30
parent 9d64759097
commit f1829a6d14
2 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import { Global, Module } from '@nestjs/common';
import { PrismaService } from './prisma.lambda.service';
import { PrismaService } from './prisma.service'; // correct export location
@Global()
@Module({