mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
lint
This commit is contained in:
@@ -18,7 +18,7 @@ class Game {
|
||||
this.deck = deck;
|
||||
this.gameSize = deck.reduce(
|
||||
(accumulator, currentValue) => accumulator + currentValue.quantity,
|
||||
0,
|
||||
0
|
||||
);
|
||||
this.hasTimer = hasTimer;
|
||||
this.hasDedicatedModerator = hasDedicatedModerator;
|
||||
|
||||
Reference in New Issue
Block a user