Skip to content

Commit

Permalink
Fix issue fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirklectisch committed Nov 29, 2017
1 parent fe284e3 commit acdaf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ class JiraExtractor {
{
apiRootUrl,
jql,
startIndex: 0,
batchSize: 1,
startIndex: startIndex,
batchSize: batchSize,
});
return queryUrl;
}
Expand Down

0 comments on commit acdaf9a

Please sign in to comment.