Skip to content

Commit 0090767

Browse files
committed
fix: 채팅 요청 DTO senderId 삭제
1 parent 89c76bf commit 0090767

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/_ITHON/ReturnZone/domain/chat/dto/req/SendMessageRequestDto.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ public class SendMessageRequestDto {
1515
@Schema(description = "채팅방 Id", example = "1")
1616
private Long roomId;
1717

18-
@NotNull(message = "전송자 Id가 비어있습니다.")
19-
@Schema(description = "전송자 Id", example = "1")
20-
private Long senderId;
21-
2218
@NotBlank(message = "채팅 내용이 비어있습니다.")
2319
@Schema(description = "채팅 내용", example = "안녕하세요!")
2420
private String content;

0 commit comments

Comments
 (0)