Commit 211c4cf
committed
docs(import[gitlab]) Fix misleading pagination metadata comment
why: The comment "Capture pagination metadata from first page" was
misleading because x-next-page is updated on every page, not just
the first. Only x-total is captured from the first response.
what:
- Change comment to "Capture x-total from first response" at both
locations (_fetch_search and _paginate_repos)1 parent 3672775 commit 211c4cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments