Compare commits

...
+1
View File
@@ -114,6 +114,7 @@ export class AuthController {
return res.send(data);
} catch (error) {
this.logger.error('/auth - SignIn - ERROR', error);
throw error;
}
}