Skip to content
Snippets Groups Projects
Commit 24f17af4 authored by 심재엽's avatar 심재엽
Browse files

fix: joinMessage 변수명 오타 수정

parent 9f0dcff2
No related branches found
No related tags found
1 merge request!43배포코드 master브랜치로
......@@ -319,7 +319,7 @@ class MeetingService {
chatRoom.lastReadLogId.set(user.name, null);
const joinMessage = {
message: `${nickname}님이 참가했습니다.`,
message: `${user.name}님이 참가했습니다.`,
timestamp: new Date(),
type: 'join'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment