Only store min data in game search store.

This commit is contained in:
Bradley Shellnut 2022-08-08 16:38:47 -07:00
parent a8afcca6d2
commit 19877ceca0

View file

@ -54,7 +54,7 @@ export const POST: RequestHandler = async ({ request }) => {
});
return {
body: {
games: gameResponse?.games
games
}
};
}