Skip to content

Commit

Permalink
채팅 연결 메시지 타입 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfktkrh153 committed Mar 20, 2024
1 parent 3f62d03 commit cf6a47e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class ChattingConnectResponse {

private Long connectMemberId;
private final String type = "SEND";
private final String type = "CONNECT";

public ChattingConnectResponse(Long connectMemberId) {
this.connectMemberId = connectMemberId;
Expand Down

0 comments on commit cf6a47e

Please sign in to comment.