remove restId

This commit is contained in:
2025-11-15 16:50:33 +03:30
parent c4a16df7d5
commit 7663507394
2 changed files with 4 additions and 7 deletions
@@ -30,7 +30,4 @@ export class CreateScheduleDto {
@Type(() => Boolean)
isActive?: boolean;
@ApiProperty({ example: 'rest-ulid-123', description: 'شناسه رستوران' })
@IsString()
restId!: string;
}