chore(release): v1.0.42
This commit is contained in:
2
index.js
2
index.js
@@ -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])
|
||||
|
Reference in New Issue
Block a user