✌️
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user