Skip to content

Commit

Permalink
refactor: search 객체 수정 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
AHNYUNKI committed Mar 27, 2024
1 parent d0f7802 commit 2341b1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public TalkRoomSearchServiceRequest toService() {
return TalkRoomSearchServiceRequest.builder()
.page(page)
.size(size)
.search(search)
.orderType(OrderType.conversionOrderType(order))
.build();
}
Expand Down

0 comments on commit 2341b1c

Please sign in to comment.