Skip to content

Commit

Permalink
Ease pagination usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jakublabno committed Dec 20, 2024
1 parent 3deb4da commit 207853e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smsapi/Api/Action/CollectionIterator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public void Reset()
{
_internalCollectionOffset = 0;
_offset = 0;
_overallOffset = 0;
_apiCollectionSize = 0;
_currentBatch = new();
}

Expand Down

0 comments on commit 207853e

Please sign in to comment.