diff --git a/src/users/users.controller.ts b/src/users/users.controller.ts index 5bddaee3d060ef5ee934c92aceeb5495cdc9ce0c..4bde1ea1bf7a9f8d264dc36dc3f9360145c78e12 100644 --- a/src/users/users.controller.ts +++ b/src/users/users.controller.ts @@ -8,9 +8,6 @@ import { PasswordResetApplyDto } from './dto/reset-password-apply.dto'; import { PasswordResetDto } from './dto/reset-password.dto'; import { UsersService } from './users.service'; import { StructuresService } from '../structures/services/structures.service'; -import { Mongoose, Types } from 'mongoose'; -import { AuthService } from '../auth/auth.service'; -import { JwtService } from '@nestjs/jwt'; import { TempUserService } from '../temp-user/temp-user.service'; @Controller('users')