fixed the submit company details api

This commit is contained in:
2025-11-28 15:27:28 +05:30
parent 15c1458f02
commit 80bd926e16
4 changed files with 162 additions and 195 deletions

View File

@@ -68,7 +68,7 @@ export const handler = safeHandler(async (
throw new ApiError(500, 'Failed to send OTP');
}
await sendOtpEmailForMinglarAdmin(newUser?.emailAddress, otpResult.otp);
// await sendOtpEmailForMinglarAdmin(newUser?.emailAddress, otpResult.otp);
return {
statusCode: 200,