Skip to content
Snippets Groups Projects
Commit f2db14eb authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: remove unused imports

parent 0088401d
Branches
Tags
3 merge requests!38Recette,!37Dev,!36Fix/add user to structure
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment