Skip to content

Commit

Permalink
Use commandIndex parameter in getExecBatchResults (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgolem authored Jul 19, 2021
1 parent dc66f5e commit 5069146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yajsapi/rest/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class PollingBatch extends Batch {
let { data } = await this.api.getExecBatchResults(
this.activity_id,
this.batch_id,
undefined,
last_idx,
5,
{ timeout: 6000 }
);
Expand Down

0 comments on commit 5069146

Please sign in to comment.