add folder operation and use createQueryRunner
This commit is contained in:
@@ -10,7 +10,7 @@ import { JwtService } from '@nestjs/jwt';
|
||||
export class UserService {
|
||||
constructor(
|
||||
@InjectRepository(User)
|
||||
private userRepository: Repository<User>,
|
||||
private readonly userRepository: Repository<User>,
|
||||
|
||||
private jwtService: JwtService
|
||||
) { }
|
||||
|
||||
Reference in New Issue
Block a user