Skip to content

Commit e94af4c

Browse files
committed
feat: question dto 에 socket.id 추가
1 parent 8bb0700 commit e94af4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/chatServer/src/event/dto/Question.dto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class QuestionDto {
88
msgTime: string = new Date().toISOString();
99
msgType: OutgoingMessageType = 'question';
1010
questionId: number = -1;
11+
socketId: string = '';
1112
questionDone: boolean = false;
1213
}
1314

0 commit comments

Comments
 (0)