diff --git a/routes/api/stream/index.js b/routes/api/stream/index.js index e4b9f6201..ddab5b87b 100644 --- a/routes/api/stream/index.js +++ b/routes/api/stream/index.js @@ -101,6 +101,7 @@ router.get('/', (req, res, next) => { ]); }) .then(([asset, comments, users, actions, settings]) => { + // Send back the payload containing all this data. res.json({ assets: [asset],