fix user
This commit is contained in:
@@ -2,8 +2,8 @@ import { IsNotEmpty } from 'class-validator';
|
||||
|
||||
export class CreateUserDto {
|
||||
@IsNotEmpty()
|
||||
firstName: string;
|
||||
username: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
lastName: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user