remove restId
This commit is contained in:
@@ -30,7 +30,4 @@ export class CreateScheduleDto {
|
||||
@Type(() => Boolean)
|
||||
isActive?: boolean;
|
||||
|
||||
@ApiProperty({ example: 'rest-ulid-123', description: 'شناسه رستوران' })
|
||||
@IsString()
|
||||
restId!: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user