We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17dbde commit 61f4639Copy full SHA for 61f4639
src/utils/matchHelpers.ts
@@ -618,7 +618,7 @@ export async function endMatch(
618
619
teamResults = await calculateNewMMR(queueId, matchId, teamResultsData)
620
621
- console.log(`match ${matchId} results: ${teamResults}`)
+ console.log(`match ${matchId} results: ${teamResults.teams}`)
622
623
// Save elo_change and winstreak to database
624
const updatePromises = teamResults.teams.flatMap((team) =>
0 commit comments