mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 06:57:26 +00:00
Merge pull request #528 from eltociear/patch-1
chore: Fix typo in index.js
This commit is contained in:
commit
260aa3b4b2
1 changed files with 2 additions and 2 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -3426,7 +3426,7 @@ const VERSION = "2.13.3";
|
||||||
*
|
*
|
||||||
* Octokit normalizes these responses so that paginated results are always returned following
|
* 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
|
* 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.
|
* paginated or not.
|
||||||
*
|
*
|
||||||
* We check if a "total_count" key is present in the response data, but also make sure that
|
* We check if a "total_count" key is present in the response data, but also make sure that
|
||||||
|
|
@ -13443,4 +13443,4 @@ module.exports = require("zlib");
|
||||||
/******/
|
/******/
|
||||||
/******/ })()
|
/******/ })()
|
||||||
;
|
;
|
||||||
//# sourceMappingURL=index.js.map
|
//# sourceMappingURL=index.js.map
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue