update
This commit is contained in:
@@ -16,4 +16,9 @@ export class VerifyOtpDto {
|
||||
@ApiProperty({ example: '12345', description: 'Otp' })
|
||||
@Length(5)
|
||||
otp: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
@ApiProperty({ example: '', description: 'Restuarant slug' })
|
||||
slug: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user