Skip to content

Commit 627120a

Browse files
authored
Update IndexExporter.php
1 parent a6ecdd6 commit 627120a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exporter/IndexExporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function exportIndex(
7474
string $format
7575
): string {
7676
$allItems = [];
77-
$iteration = 0;
77+
$iteration = 1;
7878
while (true) {
7979
$items = $repository
8080
->query(Query::create('', $iteration, 10000))

0 commit comments

Comments
 (0)