Skip to content

Commit 0be2779

Browse files
committed
re-generated source files
1 parent 309f0fb commit 0be2779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api/v3.0.0/repos.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ var repos = module.exports = {
28242824
ret = {};
28252825
if (!ret.meta)
28262826
ret.meta = {};
2827-
["x-ratelimit-limit", "x-ratelimit-remaining", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
2827+
["x-ratelimit-limit", "x-ratelimit-remaining", "x-ratelimit-reset", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
28282828
if (res.headers[header])
28292829
ret.meta[header] = res.headers[header];
28302830
});
@@ -2865,7 +2865,7 @@ var repos = module.exports = {
28652865
ret = {};
28662866
if (!ret.meta)
28672867
ret.meta = {};
2868-
["x-ratelimit-limit", "x-ratelimit-remaining", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
2868+
["x-ratelimit-limit", "x-ratelimit-remaining", "x-ratelimit-reset", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
28692869
if (res.headers[header])
28702870
ret.meta[header] = res.headers[header];
28712871
});
@@ -2906,7 +2906,7 @@ var repos = module.exports = {
29062906
ret = {};
29072907
if (!ret.meta)
29082908
ret.meta = {};
2909-
["x-ratelimit-limit", "x-ratelimit-remaining", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
2909+
["x-ratelimit-limit", "x-ratelimit-remaining", "x-ratelimit-reset", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
29102910
if (res.headers[header])
29112911
ret.meta[header] = res.headers[header];
29122912
});
@@ -2947,7 +2947,7 @@ var repos = module.exports = {
29472947
ret = {};
29482948
if (!ret.meta)
29492949
ret.meta = {};
2950-
["x-ratelimit-limit", "x-ratelimit-remaining", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
2950+
["x-ratelimit-limit", "x-ratelimit-remaining", "x-ratelimit-reset", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
29512951
if (res.headers[header])
29522952
ret.meta[header] = res.headers[header];
29532953
});
@@ -2988,7 +2988,7 @@ var repos = module.exports = {
29882988
ret = {};
29892989
if (!ret.meta)
29902990
ret.meta = {};
2991-
["x-ratelimit-limit", "x-ratelimit-remaining", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
2991+
["x-ratelimit-limit", "x-ratelimit-remaining", "x-ratelimit-reset", "x-oauth-scopes", "link", "location", "last-modified", "etag", "status"].forEach(function(header) {
29922992
if (res.headers[header])
29932993
ret.meta[header] = res.headers[header];
29942994
});

0 commit comments

Comments
 (0)