Skip to content

Commit

Permalink
fixed module export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lucfercas committed Oct 16, 2024
1 parent 5eb12bf commit f2e6e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/classes/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ class Game {
this.players.push(user);
}
}

module.exports = Game;

0 comments on commit f2e6e31

Please sign in to comment.