From 7a229956dea5f91637feecd779eade3d7b6dc29b Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 26 May 2024 16:28:36 +0200 Subject: [PATCH] Chore: remove login from lobby client --- client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.ts b/client/index.ts index fa3875a..776895f 100644 --- a/client/index.ts +++ b/client/index.ts @@ -54,7 +54,7 @@ export interface ICUser extends IUser { } export interface ICLobby extends ILobby { request_createGame: () => Promise> - request_login: () => Promise> + // request_login: () => Promise> onAddGame: (args: ReturnType) => void onRemoveGame: (args: ReturnType) => void