chore(release): v1.0.42

This commit is contained in:
Conventional Changelog Action
2021-10-14 07:47:28 +00:00
parent dcf9898d67
commit 5b36813618
3 changed files with 9 additions and 11 deletions

View File

@@ -21415,7 +21415,7 @@ function getNextPage(links) {
if (!next || !last)
return null;
const matchNext = next.uri.match(/page=([0-9]*)/);
const matchLast = next.uri.match(/page=([0-9]*)/);
const matchLast = last.uri.match(/page=([0-9]*)/);
if (!matchNext || !matchLast)
return null;
if (matchNext[1] === matchLast[1])