From bc87e138e95110975eb46fa4f0809da75ddff010 Mon Sep 17 00:00:00 2001 From: theburningmonk Date: Fri, 5 Jun 2020 23:46:11 +0200 Subject: [PATCH] style: fixed prettier errors --- src/commands/replay-sqs-dlq.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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