Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
[Fix] DTO to 도메인 매핑 코드 오류 수정
Browse files Browse the repository at this point in the history
`#` LeportsDTO to Leports
  • Loading branch information
laigasus committed Jan 27, 2024
1 parent 77d9e02 commit 8a0b2c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ContentTypeId deserialize(JsonParser p, DeserializationContext ctxt) thro
AccommodationDTO.class, Accommodation.class,
FacilityDTO.class, Facility.class,
FestivalDTO.class, Festival.class,
LeportsDTO.class, Festival.class,
LeportsDTO.class, Leports.class,
RestaurantDTO.class, Restaurant.class,
ShopDTO.class, Shop.class,
SpotDTO.class, Spot.class
Expand Down

0 comments on commit 8a0b2c8

Please sign in to comment.