Skip to content

Commit

Permalink
Merge pull request #123 from DougMidgley/develop
Browse files Browse the repository at this point in the history
Bugfix Release 19-06-2022
  • Loading branch information
DougMidgley authored Jun 19, 2022
2 parents 97d08cf + e1a276b commit efa1e24
Show file tree
Hide file tree
Showing 3 changed files with 7,972 additions and 7,934 deletions.
2 changes: 2 additions & 0 deletions lib/soap.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ module.exports = class Soap {
}
status = resultsBatch.OverallStatus;
if (status === 'MoreDataAvailable') {
//as requestParams is by default optional, ensure object exists in this case
requestParams = requestParams || {};
requestParams.continueRequest = resultsBatch.RequestID;
if (this.options?.eventHandlers?.onLoop) {
this.options.eventHandlers.onLoop(type, resultsBulk);
Expand Down
Loading

0 comments on commit efa1e24

Please sign in to comment.