Skip to content

Commit c6810d2

Browse files
authored
Update distribution (#1870)
1 parent 8749e6a commit c6810d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4469,7 +4469,7 @@ __export(dist_src_exports, {
44694469
module.exports = __toCommonJS(dist_src_exports);
44704470

44714471
// pkg/dist-src/version.js
4472-
var VERSION = "9.2.1";
4472+
var VERSION = "9.2.2";
44734473

44744474
// pkg/dist-src/normalize-paginated-list-response.js
44754475
function normalizePaginatedListResponse(response) {
@@ -4517,7 +4517,7 @@ function iterator(octokit, route, parameters) {
45174517
const response = await requestMethod({ method, url, headers });
45184518
const normalizedResponse = normalizePaginatedListResponse(response);
45194519
url = ((normalizedResponse.headers.link || "").match(
4520-
/<([^>]+)>;\s*rel="next"/
4520+
/<([^<>]+)>;\s*rel="next"/
45214521
) || [])[1];
45224522
return { value: normalizedResponse };
45234523
} catch (error) {

0 commit comments

Comments
 (0)