Skip to content

Commit

Permalink
fix: 요구사항에 맞춰 메시지 전송 반환 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
swonny committed Apr 30, 2024
1 parent c41de30 commit 7e9c0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

import java.util.List;

public record HandleMessageResponse(SendMessageStatus sendMessageStatus, List<MessageDto> messages) {
public record HandleMessageResponse(SendMessageStatus status, List<MessageDto> messages) {
}

0 comments on commit 7e9c0f0

Please sign in to comment.