diff --git a/src/modules/auth/auth.controller.ts b/src/modules/auth/auth.controller.ts index d32a2d7..e391a3e 100644 --- a/src/modules/auth/auth.controller.ts +++ b/src/modules/auth/auth.controller.ts @@ -114,6 +114,7 @@ export class AuthController { return res.send(data); } catch (error) { this.logger.error('/auth - SignIn - ERROR', error); + throw error; } }