fixed the submit company details api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user