Skip to content

Commit

Permalink
[COZY-229] fix : 오류 수정 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
veronees authored Aug 29, 2024
1 parent 34b2fd0 commit b9e57a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
import jakarta.validation.constraints.NotBlank;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;

@Getter
@AllArgsConstructor
@NoArgsConstructor
public class ChatRequestDto {
@NotBlank
private String content;
Expand Down

0 comments on commit b9e57a2

Please sign in to comment.