This commit is contained in:
Daniel Lugo 2020-06-27 23:00:26 -04:00
parent c9cbe2bf28
commit b2e9eb616e

View file

@ -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)) {