Skip to content

Commit

Permalink
Update stats month
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Nov 2, 2024
1 parent 75bca40 commit 91f2993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/src/battle-dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ interface ChaosPokemon {
}

async function fetchStatsData(format: string): Promise<ChaosResponse> {
const url = 'https://staraptorshowdown.com/Stats/2024_07_09/chaos/' + format + '-0.json';
const url = 'https://staraptorshowdown.com/Stats/2024_08_10/chaos/' + format + '-0.json';
// const url = 'http://localhost:8001/Stats/2024-04/chaos/' + format + '-0.json';
try {
const response = await fetch(url);
Expand Down

0 comments on commit 91f2993

Please sign in to comment.