Skip to content

Commit

Permalink
feat: CreateReviewRequest에서 기본값을 세팅한다 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Feb 9, 2025
1 parent a8c7397 commit 3b3f280
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import me.misik.api.domain.ReviewStyle
data class CreateReviewRequest(
val ocrText: String,
val hashTag: List<String>,
val reviewStyle: ReviewStyle
)
val reviewStyle: ReviewStyle = ReviewStyle.FRIENDLY,
)

0 comments on commit 3b3f280

Please sign in to comment.