Skip to content

Commit

Permalink
간략 정보 조회 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ysw789 committed Oct 6, 2024
1 parent 441cbed commit ebfd122
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/dongyang/dongpo/domain/store/Store.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public StoreIndexDto toIndexResponse(OpenPossibility openPossibility, Boolean is
.id(id)
.name(name)
.address(address)
.registerDate(registerDate)
.status(status)
.openPossibility(openPossibility)
.isBookmarked(isBookmarked)
Expand Down

0 comments on commit ebfd122

Please sign in to comment.