feat: increasing number of results

This commit is contained in:
Chubby Granny Chaser
2024-12-20 22:14:58 +00:00
parent 59655a819a
commit b28d34cf66
5 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ const searchGames = async (
) => {
return HydraApi.post(
"/catalogue/search",
{ ...payload, take: 12, skip: 0 },
{ ...payload, take: 24, skip: 0 },
{ needsAuth: false }
);
};