Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen committed Sep 28, 2024
1 parent c808657 commit 293f0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/combineResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function handleCombinedRoomStats(shardsData, userData) {
}
}

if (process.env.ONLY_COMBINED_DATA_UPLOAD.toLowerCase() === "true")
if ((process.env.ONLY_COMBINED_DATA_UPLOAD || "").toLowerCase() === "true")
delete userStats.shards;

return { stats: userStats }
Expand Down

0 comments on commit 293f0bc

Please sign in to comment.