Skip to content

Commit

Permalink
fix: ClubStamp - 동아리 코드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Mar 3, 2024
1 parent 2b4e836 commit 4464544
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum ClubStamp {
키비탄("키비탄", "EVENTKBT"),
RCY("RCY", "EVENTRCY"),
PTPI("PTPI", "EVENTPTPI"),
인액터스("인액터스 ", "EVENTIACT"),
인액터스("인액터스", "EVENTIACT"),
COW("COW", "EVENTCOW"),
비주얼("비주얼", "EVENTVISUAL"),
SK_루키("SK루키", "EVENTSKROOKIE"),
Expand All @@ -28,7 +28,7 @@ public enum ClubStamp {
그림패시만화("그림패시만화", "EVENTPIC"),
포토랩("포토랩", "EVENTPHO"),
디비전("디비전", "EVENTDIV"),
코아("코아 ", "EVENTCOA "),
코아("코아", "EVENTCOA"),
씨네메이션("씨네메이션", "EVENTCINE"),
실로암("실로암", "EVENTSIL"),
CCC("ccc", "EVENTCCC"),
Expand All @@ -39,7 +39,7 @@ public enum ClubStamp {
에뚜알("에뚜알", "EVENTALL"),
DEPTH("DEPth", "EVENTDEPTH"),
IVF("IVF", "EVENTIVF"),
명월("명월 ", "EVENTMON"),
명월("명월", "EVENTMON"),
나라오르다("나라오르다", "EVENTFLY"),
굴렁쇠("굴렁쇠", "EVENTBIKE"),
나이너스("나이너스", "EVENTBASE"),
Expand Down

0 comments on commit 4464544

Please sign in to comment.