diff --git a/src/controllers/games/share.js b/src/controllers/games/share.js index d543dee..a61b1b0 100644 --- a/src/controllers/games/share.js +++ b/src/controllers/games/share.js @@ -57,6 +57,7 @@ router.post('/list', async (req, res, next) => { }) return } + const body = req.body const gameId = body.gameId const shareType = body.shareType