fix pruneStaleGames function

This commit is contained in:
AlecM33
2022-07-23 22:10:13 -04:00
parent 619d365ef1
commit a891251ac7
3 changed files with 42 additions and 19 deletions

View File

@@ -19,6 +19,7 @@ class Game {
this.hasTimer = hasTimer;
this.hasDedicatedModerator = hasDedicatedModerator;
this.originalModeratorId = originalModeratorId;
this.createTime = createTime;
this.timerParams = timerParams;
this.isFull = false;
this.timeRemaining = null;