Skip to content

Commit

Permalink
fix: disable museum
Browse files Browse the repository at this point in the history
  • Loading branch information
metalcupcake5 committed Nov 22, 2023
1 parent ec3168f commit 54f0ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ app.all("/stats/:player/:profile?", async (req, res, next) => {
debugId,
});

const museum = await lib.getMuseum(db, profile, { cacheOnly, debugId });
/*const museum = await lib.getMuseum(db, profile, { cacheOnly, debugId });
for (const member in museum) {
profile.members[member].museum = museum[member];
}
}*/

const paramBingo =
profile.game_mode === "bingo" ? await lib.getBingoProfile(db, paramPlayer, { cacheOnly, debugId }) : null;
Expand Down

0 comments on commit 54f0ca7

Please sign in to comment.