Skip to content

Commit

Permalink
Set 'MessageId' attribute for batch delete attrs - fixes #2876
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 authored and HebaruSan committed Sep 27, 2019
1 parent 0e3ab9a commit d73cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netkan/Processors/QueueHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private DeleteMessageBatchRequestEntry Delete(Message msg)
{
return new DeleteMessageBatchRequestEntry()
{
Id = msg.ReceiptHandle,
Id = msg.MessageId,
ReceiptHandle = msg.ReceiptHandle,
};
}
Expand Down

0 comments on commit d73cd39

Please sign in to comment.