mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
todo
This commit is contained in:
parent
0d3e9ab123
commit
361951f844
1 changed files with 3 additions and 0 deletions
|
@ -203,6 +203,9 @@ exports.game = functions.https.onRequest((req, res) => {
|
|||
res.status(400).send('missing gameId');
|
||||
}
|
||||
|
||||
// TODO: add collection
|
||||
// collection.*,
|
||||
// collection.games.*,
|
||||
const data = `fields
|
||||
name,
|
||||
summary,
|
||||
|
|
Loading…
Reference in a new issue