Skip to content

Commit

Permalink
Fix: OpenChatType수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJae-H authored Sep 17, 2024
1 parent b2635f7 commit 7afb13a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
@Getter
@RequiredArgsConstructor
public enum OpenChatType implements ConvertableEnum {
OB("OB", "중년층"),
YB("YB", "어린층");
OB("OB", "OB"),
YB("YB", "YB");

private final String stringValue;
private final String response;
Expand Down

0 comments on commit 7afb13a

Please sign in to comment.