lint fix
This commit is contained in:
parent
91522381b6
commit
bc7b2f1876
|
@ -370,7 +370,7 @@ export class ReversiService implements OnApplicationShutdown, OnModuleInit {
|
||||||
|
|
||||||
if (o.isEnded) {
|
if (o.isEnded) {
|
||||||
this.globalEventService.publishReversiGameStream(game.id, 'ended', {
|
this.globalEventService.publishReversiGameStream(game.id, 'ended', {
|
||||||
winnerId: winner,
|
winnerId: winner ?? null,
|
||||||
game: await this.reversiGameEntityService.packDetail(game.id, user),
|
game: await this.reversiGameEntityService.packDetail(game.id, user),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue