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

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) {
await HydraApi.post(