From 2a72d1b6a2d093ab387dee8782528332c56a8b96 Mon Sep 17 00:00:00 2001 From: OGoodness Date: Tue, 13 Apr 2021 16:16:35 -0400 Subject: [PATCH] Got all the tests passing --- src/stats/overall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stats/overall.ts b/src/stats/overall.ts index 447ccf92..f04506e7 100644 --- a/src/stats/overall.ts +++ b/src/stats/overall.ts @@ -57,7 +57,7 @@ export function generateOverallStats( let killCount = 0; // These are the conversions that we did on our opponents - const opponentStocks = _.get(conversionsByPlayer, playerIndex) || []; + // const opponentStocks = _.get(conversionsByPlayer, playerIndex) || []; // const opponentEndedStocks = _.filter(opponentStocks, "endFrame"); originalConversions.reduce((accum, conversion) => {