🎨 Use consistent naming (#2029)

This commit is contained in:
Warren Seine
2020-08-14 20:14:22 +02:00
committed by GitHub
parent 009eba6315
commit 4644ca1778
3 changed files with 25 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ class Portal {
this.app.restoreUserName();
}
});
this.socket.on("new-user", async (_socketID: string) => {
this.socket.on("new-user", async (_socketId: string) => {
this.app.broadcastScene(SCENE.INIT, /* syncAll */ true);
});
this.socket.on("room-user-change", (clients: string[]) => {