Skip to content

Commit

Permalink
Merge pull request #528 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: Fix typo in index.js
  • Loading branch information
thomasrockhu-codecov committed Oct 4, 2021
2 parents f32b3a3 + 42ece26 commit 260aa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3426,7 +3426,7 @@ const VERSION = "2.13.3";
*
* Octokit normalizes these responses so that paginated results are always returned following
* the same structure. One challenge is that if the list response has only one page, no Link
* header is provided, so this header alone is not sufficient to check wether a response is
* header is provided, so this header alone is not sufficient to check whether a response is
* paginated or not.
*
* We check if a "total_count" key is present in the response data, but also make sure that
Expand Down Expand Up @@ -13443,4 +13443,4 @@ module.exports = require("zlib");
/******/
/******/ })()
;
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map

0 comments on commit 260aa3b

Please sign in to comment.