Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/socket/@types/woowa-babble.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '@woowa-babble/random-nickname';
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class InterviewService {
this.roomRepository.updateRoomPhase({ roomUUID, phase: ROOM_PHASE.INTERVIEW });
this.updateUsersRoleAtStartInterview({ emitter: user, users: usersInRoom });

server.to(roomUUID).emit(EVENT.JOIN_INTERVIEW);
server.to(roomUUID).emit(EVENT.JOIN_INTERVIEW, { user });
Copy link
Member

@bh2980 bh2980 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR에 남긴대로 해주셔서 감사합니다!


return {};
}
Expand Down