ajuste no command
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { AuthenticateUserService } from '../auth/authenticate-user.service';
|
||||
import { AuthenticateUserHandler } from '../auth/authenticate-user.service';
|
||||
import { ResetPasswordService } from './reset-password.service';
|
||||
import { ChangePasswordService } from './change-password.service';
|
||||
import { AuthenticateUserCommand } from '../auth/authenticate-user.command';
|
||||
@@ -9,7 +9,7 @@ import { AuthenticateUserCommand } from '../auth/authenticate-user.command';
|
||||
@Injectable()
|
||||
export class UsersService {
|
||||
constructor(
|
||||
private readonly authenticateUserService: AuthenticateUserService,
|
||||
private readonly authenticateUserService: AuthenticateUserHandler,
|
||||
private readonly resetPasswordService: ResetPasswordService,
|
||||
private readonly changePasswordService: ChangePasswordService,
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user