✌️
This commit is contained in:
parent
85df5ce3f7
commit
0fb52ea7eb
4 changed files with 8 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ import Stream from './stream';
|
|||
export class OthelloGameStream extends Stream {
|
||||
constructor(me, game) {
|
||||
super('othello-game', {
|
||||
i: me.token,
|
||||
i: me ? me.token : null,
|
||||
game: game.id
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue