Skip to content

Commit

Permalink
Fix bug in "getRecords"
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Apr 29, 2019
1 parent 8dbae32 commit 72eaa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kinesis-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class KinesisClient {
client
.getRecords(...args)
.promise()
.then(tapAwsReponse)
.then(tapAwsReponse(streamName))
.catch(err => {
if (shouldBailRetry(err)) bail(err);
else {
Expand Down

0 comments on commit 72eaa66

Please sign in to comment.