Increase games query limit to 500

This commit is contained in:
Roman Cervantes 2019-09-03 15:54:55 -07:00
parent cf36448c40
commit 9791f603cf

View file

@ -40,7 +40,7 @@ exports.games = functions.https.onRequest((req, res) => {
cover.image_id;
where id = (${ games });
limit 50;`;
limit 500;`;
axios({
url: 'https://api-v3.igdb.com/games',