feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -82,10 +82,7 @@ export class InMemoryGatewaySessionService implements GatewaySessionService {
|
||||
this.sessions.delete(sessionToken);
|
||||
}
|
||||
|
||||
async createGameSession(
|
||||
sessionToken: string,
|
||||
profile: string
|
||||
): Promise<GameSessionInfo | null> {
|
||||
async createGameSession(sessionToken: string, profile: string): Promise<GameSessionInfo | null> {
|
||||
const session = await this.getSession(sessionToken);
|
||||
if (!session) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user