Skip to content

Commit

Permalink
New Stats Month
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Aug 9, 2024
1 parent ad5bdbd commit 47578cb
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 @@ -902,7 +902,7 @@ interface ChaosPokemon {
}

async function fetchStatsData(format: string): Promise<ChaosResponse> {
const url = 'https://staraptorshowdown.com/Stats/2024_04_06/chaos/' + format + '-0.json';
const url = 'https://staraptorshowdown.com/Stats/2024_05_07/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 47578cb

Please sign in to comment.