Skip to content

Commit

Permalink
chore: 코드리뷰 반영 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
its-sky committed Sep 6, 2024
1 parent 7c17b2c commit f2e1dd3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import jakarta.validation.constraints.Positive;

public record BlackMemberRequest(
@Schema(
@NotNull
@Positive
@Schema(
description = "차단 대상 사용자 ID",
example = "1",
requiredMode = Schema.RequiredMode.REQUIRED)
@NotNull
@Positive
Long blackMemberId) {}

0 comments on commit f2e1dd3

Please sign in to comment.