Skip to content

Commit

Permalink
rely on cache purge to refresh the cards data
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Jun 20, 2022
1 parent 07940bd commit ea1dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-battlegrounds-hero-stats-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async (event): Promise<any> => {
};

export const handleNewStats = async () => {
await allCards.initializeCardsDb('20211104');
await allCards.initializeCardsDb();
const lastPatch = await getLastBattlegroundsPatch();
const mysql = await getConnectionStats();

Expand Down

0 comments on commit ea1dc94

Please sign in to comment.