Skip to content

Commit

Permalink
Merge pull request #116 from TeamMiso/hotfix/response-list-name-edit
Browse files Browse the repository at this point in the history
문의사항 리스트 배열 이름 변경
  • Loading branch information
uuuuuuuk authored Apr 24, 2024
2 parents d0c3616 + 211cf33 commit 327ee52
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 327ee52

Please sign in to comment.