Skip to content

Commit f951351

Browse files
Update data/src/main/java/com/stop/data/remote/model/nowlocation/BusInfo.kt
Co-authored-by: DoDoBest <[email protected]>
1 parent e4c51f8 commit f951351

File tree

1 file changed

+7
-7
lines changed
  • data/src/main/java/com/stop/data/remote/model/nowlocation

1 file changed

+7
-7
lines changed

data/src/main/java/com/stop/data/remote/model/nowlocation/BusInfo.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ data class BusInfo(
1919
val isRun: String,
2020
) {
2121
fun toRepositoryModel() = BusInfoRepositoryItem(
22-
isArrivedAtStation,
23-
sectionId,
24-
latitude,
25-
longitude,
26-
busId,
27-
busNumber,
28-
isRun
22+
isArrivedAtStation = isArrivedAtStation,
23+
sectionId = sectionId,
24+
latitude = latitude,
25+
longitude = longitude,
26+
busId = busId,
27+
busNumber = busNumber,
28+
isRun = isRun,
2929
)
3030
}

0 commit comments

Comments
 (0)