Skip to content

Commit

Permalink
[MOD] #258 RepositoryImpl에 data class 수정사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Nov 7, 2023
1 parent b1123b5 commit ebe7eb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class DepartureSearchRepositoryImpl @Inject constructor(private val departureSou
fullAddress = makeMainAddress(it),
name = it.name ?: "",
locationLatLng = LatLng(it.noorLat.toDouble(), it.noorLon.toDouble()),
mode = "searchLocation" //현위치, 지도에서 출발과 구분하기 위한 식별자
)
}
return changedData
Expand Down

0 comments on commit ebe7eb6

Please sign in to comment.