Skip to content

Commit

Permalink
Merge pull request #46 from Dirklectisch/45
Browse files Browse the repository at this point in the history
Do not ignore offset en batchsize
  • Loading branch information
johnrjj authored Dec 7, 2017
2 parents fe284e3 + acdaf9a commit 952c6bb
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 952c6bb

Please sign in to comment.