Skip to content

Commit

Permalink
chore: 지역 이름 수정
Browse files Browse the repository at this point in the history
ex: 천안·아산 -> 천안・아산
  • Loading branch information
kih1015 committed Dec 12, 2024
1 parent 91f7692 commit 115a623
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
@Getter
@RequiredArgsConstructor
public enum ShuttleBusRegion {
CHEONAN_ASAN("천안·아산"),
CHEONAN_ASAN("천안아산"),
CHEONGJU("청주"),
SEOUL("서울"),
DAEJEON_SEJONG("대전·세종"),
DAEJEON_SEJONG("대전세종"),
;

private final String label;
Expand Down

0 comments on commit 115a623

Please sign in to comment.