user module
This commit is contained in:
@@ -14,8 +14,4 @@ export class VerifyOtpDto {
|
||||
@Length(5)
|
||||
otp: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
@ApiProperty({ example: 'zhivan', description: 'restaurant slug' })
|
||||
slug: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user