typo
This commit is contained in:
parent
c9cbe2bf28
commit
b2e9eb616e
1 changed files with 1 additions and 1 deletions
|
|
@ -1975,7 +1975,7 @@ module.exports = async (
|
|||
*/
|
||||
const apiGunFeedGet = async (req, res) => {
|
||||
try {
|
||||
const { pageStr } = req.query;
|
||||
const { page: pageStr } = req.query;
|
||||
const page = Number(pageStr)
|
||||
|
||||
if (!isARealUsableNumber(page)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue