mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Only store min data in game search store.
This commit is contained in:
parent
a8afcca6d2
commit
19877ceca0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export const POST: RequestHandler = async ({ request }) => {
|
|||
});
|
||||
return {
|
||||
body: {
|
||||
games: gameResponse?.games
|
||||
games
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue