Skip to content

Commit

Permalink
[chore] 코리 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Feb 5, 2024
1 parent 95e1cbf commit 9c96b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ enum class SubwayLine {
EIGHT,
NINE,
AIRPORT,
BUNDANG,
EVERLINE,
GYEONGCHUN,
GYEONGUI,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ data class Profile(
val clubs: List<Club> = emptyList(),
val mbti: Mbti = Mbti.IDLE,
val blood: Blood = Blood.IDLE,
val subwayNames: List<String> = emptyList(),
val subways: List<SubwayStation> = emptyList(),
)

0 comments on commit 9c96b6e

Please sign in to comment.