Skip to content

Commit

Permalink
Merge pull request #2267 from Apfelmus1337/development
Browse files Browse the repository at this point in the history
fix: remove profile name check
  • Loading branch information
Shiiyu authored Sep 25, 2024
2 parents 06211d0 + 57fb466 commit 7719d81
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 7719d81

Please sign in to comment.