Skip to content

Commit

Permalink
Got all the tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
OGoodness committed Apr 13, 2021
1 parent a7a308e commit 2a72d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/overall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 2a72d1b

Please sign in to comment.