Skip to content

Commit

Permalink
[FIX] : dto 아바타 테마 설명 수정 (#121)
Browse files Browse the repository at this point in the history
## ☀️ 작업 사항
- dto 아바타 테마 설명 수정했습니다.

## ☀️ 참고 사항
  • Loading branch information
hye-on authored Apr 18, 2024
2 parents 45b98ec + cc7f81f commit 9d92572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class RoomUserMissionLogRes {
@Schema(description = "room name", example = "설여대 기상방")
private String name;

@Schema(description = "- 신입 병아리 \n - 눈을 반짝이는 곰돌이 \n - 깜찍한 토끼", example = "신입 병아리")
@Schema(description = "- SENIOR_CHICK \n - ASTRONAUT_BEAR \n - LOVELY_BUNNY \n - RAINY_DAY_PUPPY \n - PHILOSOPHER_RACCOON", example = "GLUTTON_PANDA")
private String theme;

private List<UserLogData> userLogList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ public class UserProfileData {

@Schema(description = "유저 이름", example = "조혜온")
private String userName;

@Schema(description = "- 신입 병아리 \n - 눈을 반짝이는 곰돌이 \n - 깜찍한 토끼", example = "신입 병아리")
@Schema(description = "- SENIOR_CHICK \n - ASTRONAUT_BEAR \n - LOVELY_BUNNY \n - RAINY_DAY_PUPPY \n - PHILOSOPHER_RACCOON", example = "GLUTTON_PANDA")
private String theme;

@Schema(description = "유저의 레벨", example = "1")
Expand Down

0 comments on commit 9d92572

Please sign in to comment.