fix(api): apply feedback

This commit is contained in:
yassinedorbozgithub 2025-06-19 11:00:31 +01:00
parent b5efcbbef9
commit 166f477489

View File

@ -81,7 +81,7 @@ export class PasswordResetService {
'Could not send email',
e.message,
e.stack,
'InvitationService',
'PasswordResetService',
);
throw new InternalServerErrorException('Could not send email');
}