Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Shestakov committed Nov 5, 2019
1 parent 4689190 commit 0c1026b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,5 @@ while ($fetch) {
$fetch = $response->getPaging()->hasMoreData();

$entries = array_merge($entries, $response->getLines());

if ($startIndex >= 100) {
break;
}
}
```

0 comments on commit 0c1026b

Please sign in to comment.