Skip to content

Commit 61f4639

Browse files
committed
Update matchHelpers.ts
1 parent f17dbde commit 61f4639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/matchHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ export async function endMatch(
618618

619619
teamResults = await calculateNewMMR(queueId, matchId, teamResultsData)
620620

621-
console.log(`match ${matchId} results: ${teamResults}`)
621+
console.log(`match ${matchId} results: ${teamResults.teams}`)
622622

623623
// Save elo_change and winstreak to database
624624
const updatePromises = teamResults.teams.flatMap((team) =>

0 commit comments

Comments
 (0)