File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
backend/src/main/java/io/f1/backend/domain/game/app Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 3131import io .f1 .backend .domain .game .store .RoomRepository ;
3232import io .f1 .backend .domain .quiz .app .QuizService ;
3333import io .f1 .backend .domain .quiz .entity .Quiz ;
34-
35- import lombok .RequiredArgsConstructor ;
36-
37- import org .hibernate .boot .model .naming .IllegalIdentifierException ;
38- import org .springframework .context .ApplicationEventPublisher ;
39- import org .springframework .stereotype .Service ;
40-
4134import java .util .List ;
4235import java .util .Map ;
4336import java .util .Optional ;
4437import java .util .concurrent .atomic .AtomicLong ;
38+ import lombok .RequiredArgsConstructor ;
39+ import org .springframework .context .ApplicationEventPublisher ;
40+ import org .springframework .stereotype .Service ;
4541
4642@ Service
4743@ RequiredArgsConstructor
@@ -93,7 +89,7 @@ public void enterRoom(RoomValidationRequest request) {
9389 throw new IllegalArgumentException ("401 비밀번호가 일치하지 않습니다." );
9490 }
9591
96- room .getUserIdSessionMap ().put (getCurrentUserId (), null );
92+ room .getUserIdSessionMap ().put (getCurrentUserId (), "" );
9793 }
9894
9995 public RoomInitialData initializeRoomSocket (Long roomId , String sessionId ) {
You can’t perform that action at this time.
0 commit comments