fixed the path

This commit is contained in:
2026-03-17 14:28:56 +05:30
parent e809ba4480
commit 2588ca4317

View File

@@ -8,7 +8,7 @@ import { safeHandler } from '../../../../../common/utils/handlers/safeHandler';
import ApiError from '../../../../../common/utils/helper/ApiError';
import { HostService } from '../../../services/host.service';
import { prismaClient } from '../../../../../common/database/prisma.lambda.service';
import { sendPQPEmailToAM } from '@/modules/host/services/sendHostResubmitEmailToAM.service';
import { sendPQPEmailToAM } from '../../../services/sendHostResubmitEmailToAM.service';
const hostService = new HostService(prismaClient);