Skip to content

Commit

Permalink
[hotfix] [BE] 게임 시작시, 현재 단계의 진행을 결정한다. (#141)
Browse files Browse the repository at this point in the history
* fix: 경로 처리

* fix: 경로수정
  • Loading branch information
student079 authored Nov 21, 2024
1 parent 7413b3c commit 9c20093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/gameServer/src/modules/games/games.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { WsExceptionsFilter } from '../../common/filters/ws-exceptions.filter';
import { RoomDataDto } from '../rooms/dto/room-data.dto';
import { GameDataDto } from './dto/game-data.dto';
import { TurnDataDto } from './dto/turn-data.dto';
import { VoiceResultFromServerDto } from './dto/Voice-result-from-server.dto';
import { VoiceResultFromServerDto } from './dto/voice-result-from-server.dto';
import { ErrorResponse } from '../rooms/dto/error-response.dto';
import {
createTurnData,
Expand Down

0 comments on commit 9c20093

Please sign in to comment.