Skip to content

Commit

Permalink
fix: add missing fields to solo game export
Browse files Browse the repository at this point in the history
resolves #924
  • Loading branch information
sgfost committed Dec 14, 2023
1 parent 3f7f5e8 commit 10177d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/services/sologame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ export class SoloGameService extends BaseService {
username: game.player.user.username,
status: game.status,
points: game.player.points,
maxRound: game.maxRound,
twoEventsThreshold: game.twoEventsThreshold,
threeEventsThreshold: game.threeEventsThreshold,
knownEventDeck: game.treatment.isEventDeckKnown,
knownEndRound: game.treatment.isNumberOfRoundsKnown,
thresholdInformation: game.treatment.thresholdInformation,
Expand Down

0 comments on commit 10177d6

Please sign in to comment.