Skip to content

Commit

Permalink
fix leaderboards by removing profile name check
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelmus1337 committed Aug 5, 2024
1 parent 3223f70 commit 57fb466
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stats/leaderboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export async function updateLeaderboardData(

const values = {};
for (const profile of allProfiles) {
if (profile.cute_name !== "Blueberry") {
continue;
}

const museum = await lib.getMuseum(db, profile, options);
for (const member in museum) {
profile.members[member].museum = museum[member];
Expand Down

0 comments on commit 57fb466

Please sign in to comment.