mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): apply feedback
This commit is contained in:
parent
b5efcbbef9
commit
166f477489
@ -81,7 +81,7 @@ export class PasswordResetService {
|
|||||||
'Could not send email',
|
'Could not send email',
|
||||||
e.message,
|
e.message,
|
||||||
e.stack,
|
e.stack,
|
||||||
'InvitationService',
|
'PasswordResetService',
|
||||||
);
|
);
|
||||||
throw new InternalServerErrorException('Could not send email');
|
throw new InternalServerErrorException('Could not send email');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user