Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu committed Sep 24, 2024
1 parent 78bb079 commit 0218660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class AILaneService(
saved.id!!,
saved.name,
saved.description ?: "",
laneMappings.groupBy { it.day }.map {
rebuiltRoute.groupBy { it.day }.map {
AILaneResponse(
it.key.toInt(),
it.value.map { it.tourArea!!.name },
Expand Down

0 comments on commit 0218660

Please sign in to comment.