@@ -2824,7 +2824,7 @@ var repos = module.exports = {
2824
2824
ret = { } ;
2825
2825
if ( ! ret . meta )
2826
2826
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 ) {
2828
2828
if ( res . headers [ header ] )
2829
2829
ret . meta [ header ] = res . headers [ header ] ;
2830
2830
} ) ;
@@ -2865,7 +2865,7 @@ var repos = module.exports = {
2865
2865
ret = { } ;
2866
2866
if ( ! ret . meta )
2867
2867
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 ) {
2869
2869
if ( res . headers [ header ] )
2870
2870
ret . meta [ header ] = res . headers [ header ] ;
2871
2871
} ) ;
@@ -2906,7 +2906,7 @@ var repos = module.exports = {
2906
2906
ret = { } ;
2907
2907
if ( ! ret . meta )
2908
2908
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 ) {
2910
2910
if ( res . headers [ header ] )
2911
2911
ret . meta [ header ] = res . headers [ header ] ;
2912
2912
} ) ;
@@ -2947,7 +2947,7 @@ var repos = module.exports = {
2947
2947
ret = { } ;
2948
2948
if ( ! ret . meta )
2949
2949
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 ) {
2951
2951
if ( res . headers [ header ] )
2952
2952
ret . meta [ header ] = res . headers [ header ] ;
2953
2953
} ) ;
@@ -2988,7 +2988,7 @@ var repos = module.exports = {
2988
2988
ret = { } ;
2989
2989
if ( ! ret . meta )
2990
2990
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 ) {
2992
2992
if ( res . headers [ header ] )
2993
2993
ret . meta [ header ] = res . headers [ header ] ;
2994
2994
} ) ;
0 commit comments