Merge branch 'main' into feat/migration-to-scss-3-remake

This commit is contained in:
Zamitto 2025-02-02 22:02:41 -03:00 committed by GitHub
commit 22d31645c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ export const uploadGamesBatch = async () => {
); );
}); });
const gamesChunks = chunk(games, 200); const gamesChunks = chunk(games, 50);
for (const chunk of gamesChunks) { for (const chunk of gamesChunks) {
await HydraApi.post( await HydraApi.post(