Skip to content

Commit

Permalink
style: fixed prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
theburningmonk committed Jun 5, 2020
1 parent 5093819 commit bc87e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/replay-sqs-dlq.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc87e13

Please sign in to comment.