mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
include bundles when loading game detail
This commit is contained in:
parent
8d5f7cc194
commit
26a577174c
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ exports.game = functions.https.onRequest((req, res) => {
|
|||
release_dates.date,
|
||||
websites.category,
|
||||
websites.url,
|
||||
bundles.*,
|
||||
alternative_names.*,
|
||||
age_ratings.*,
|
||||
videos.video_id,
|
||||
|
|
Loading…
Reference in a new issue