generated from pricelees/issue-pr-template
refactor: 미사용 코드 제거
This commit is contained in:
parent
8321356051
commit
5f546f87da
@ -30,11 +30,3 @@ fun StoreEntity.toInfoResponse() = StoreInfoResponse(
|
||||
contact = this.contact,
|
||||
businessRegNum = this.businessRegNum
|
||||
)
|
||||
|
||||
data class StoreInfoListResponse(
|
||||
val stores: List<StoreInfoResponse>
|
||||
)
|
||||
|
||||
fun List<StoreEntity>.toInfoListResponse() = StoreInfoListResponse(
|
||||
stores = this.map { it.toInfoResponse() }
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user