fix typo
This commit is contained in:
parent
bf9426ede7
commit
16f7c0250f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue