Skip to content

Commit

Permalink
fix: description 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jan 9, 2024
1 parent 040f271 commit df8560a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public record MissionRecordFindOneResponse(
description = "미션 기록 인증 사진 Url",
defaultValue = "https://ik.imagekit.io/demo/medium_cafe_B1iTdD0C.jpg")
String imageUrl,
@Schema(description = "미션 기록 수행 시간", defaultValue = "21") long duration,
@Schema(description = "미션 수행한 시간", defaultValue = "21") long duration,
@Schema(description = "미션 시작한 지 N일차", defaultValue = "3") long sinceDay,
@JsonFormat(
shape = JsonFormat.Shape.STRING,
Expand Down

0 comments on commit df8560a

Please sign in to comment.