Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Apr 3, 2023
1 parent aaa30ac commit e80e8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autoPagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class StripeIterator<T> implements IStripeIterator<T> {
this.promiseCache.currentPromise = null;
return ret;
})();

this.promiseCache.currentPromise = nextPromise;

return nextPromise;
Expand Down

0 comments on commit e80e8bb

Please sign in to comment.