diff --git a/src/commands/replay-sqs-dlq.js b/src/commands/replay-sqs-dlq.js index 63788d3..2e734d7 100644 --- a/src/commands/replay-sqs-dlq.js +++ b/src/commands/replay-sqs-dlq.js @@ -97,14 +97,14 @@ class ReplaySqsDlqCommand extends Command { { DataType, StringValue } ]); const messageAttributes = _.fromPairs(supportedAttrs); - + return { Id: msg.MessageId, MessageBody: msg.Body, MessageAttributes: messageAttributes }; }); - + await SQS.sendMessageBatch({ QueueUrl: queueUrl, Entries: sendEntries