Skip to content

Commit

Permalink
🍻 ListInquiryResponse 에 필드 이름을 itemList 에서 inquiryList 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuuuuk committed Apr 24, 2024
1 parent 25999d6 commit 211cf33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package andreas311.miso.domain.inquiry.adapter.input.data.response

data class ListInquiryResponse(
val itemList: List<InquiryResponse>
val inquiryList: List<InquiryResponse>
)

0 comments on commit 211cf33

Please sign in to comment.