diff --git a/ui/lobby/src/ctrl.ts b/ui/lobby/src/ctrl.ts index b8a9052405..7e3fa8dbbf 100644 --- a/ui/lobby/src/ctrl.ts +++ b/ui/lobby/src/ctrl.ts @@ -184,7 +184,7 @@ export default class LobbyController { this.socket.poolIn(this.poolMember); }; - gameActivity = gameId => { + gameActivity = (gameId: string) => { if (this.data.nowPlaying.find(p => p.gameId === gameId)) xhr.nowPlaying().then(povs => { this.data.nowPlaying = povs;