From a916f76cf46c57e888c501942f4b85df2058ce3f Mon Sep 17 00:00:00 2001 From: yulixing Date: Mon, 22 Jul 2019 20:27:03 +0800 Subject: [PATCH] fix sharelist search bug --- src/controllers/games/share.js | 1 + 1 file changed, 1 insertion(+) 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