diff --git a/src/restaurant/dto/create-restaurant.dto.ts b/src/restaurant/dto/create-restaurant.dto.ts index 1cea054..9ce6f54 100644 --- a/src/restaurant/dto/create-restaurant.dto.ts +++ b/src/restaurant/dto/create-restaurant.dto.ts @@ -18,6 +18,5 @@ export class CreateRestaurantDto { logo?: string; @IsOptional() - @IsUUID() template?: string; }