preiiter, eslint

This commit is contained in:
2025-07-18 17:48:12 +09:00
parent 036a220276
commit ffba4bdf09
154 changed files with 397 additions and 14485 deletions

View File

@@ -28,7 +28,7 @@ let AuthController = class AuthController {
this.userService = userService;
}
async signup(dto) {
const user = await this.authService.signup(dto);
await this.authService.signup(dto);
return sucees_response_dto_1.SuccessResponseDto.ok();
}
async login(dto) {
@@ -65,6 +65,7 @@ __decorate([
], AuthController.prototype, "getMe", null);
exports.AuthController = AuthController = __decorate([
(0, common_1.Controller)('auth'),
__metadata("design:paramtypes", [auth_service_1.AuthService, users_service_1.UsersService])
__metadata("design:paramtypes", [auth_service_1.AuthService,
users_service_1.UsersService])
], AuthController);
//# sourceMappingURL=auth.controller.js.map