mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Add price to select API call
This commit is contained in:
parent
554c28945f
commit
2d41149744
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const load: PageServerLoad = async ({ fetch, url }) => {
|
|||
fuzzy_match: true,
|
||||
name: '',
|
||||
fields:
|
||||
'id,name,min_age,min_players,max_players,thumb_url,min_playtime,max_playtime,min_age,description'
|
||||
'id,name,price,min_age,min_players,max_players,thumb_url,min_playtime,max_playtime,min_age,description'
|
||||
};
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue