Skip to content

Commit c12396c

Browse files
committed
fix: roadAddress -> address
도로명 주소 -> 주소로 변경
1 parent ae7206f commit c12396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/threegap/bitnagil/data/address/model/response/Coord2AddressResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ data class RoadAddress(
7070
fun Coord2AddressResponse.toAddress(): String? {
7171
return this.documents
7272
.firstOrNull()
73-
?.roadAddress
73+
?.address
7474
?.addressName
7575
}

0 commit comments

Comments
 (0)