fix sharelist search bug
This commit is contained in:
parent
8962116e4a
commit
a916f76cf4
@ -57,6 +57,7 @@ router.post('/list', async (req, res, next) => {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const body = req.body
|
const body = req.body
|
||||||
const gameId = body.gameId
|
const gameId = body.gameId
|
||||||
const shareType = body.shareType
|
const shareType = body.shareType
|
||||||
|
Loading…
x
Reference in New Issue
Block a user