mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Only requesting the fields needed on a game.
This commit is contained in:
parent
a482df809a
commit
9f74e58a56
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ export const load: PageServerLoad = async ({ fetch, url }) => {
|
|||
skip,
|
||||
client_id: BOARD_GAME_ATLAS_CLIENT_ID,
|
||||
fuzzy_match: true,
|
||||
name: ''
|
||||
name: '',
|
||||
fields:
|
||||
'id,name,minAge,minPlayers,maxPlayers,exactMinPlayers,exactMaxPlayers,thumb_url,players,playtime,min_age,description'
|
||||
};
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue