This commit is contained in:
Daniel Lugo 2020-08-04 09:40:03 -04:00
parent bf9426ede7
commit 16f7c0250f

View file

@ -2056,7 +2056,7 @@ module.exports = async (
* MAX_PAGES_TO_FETCH_FOR_TRY_UNTIL in which case we gracefully just send
* 2 pages and 205 response.
*/
const try_until = req.query
const try_until = req.query.try_until
if (pageStr) {
const page = Number(pageStr)