Skip to content

Commit a168dfa

Browse files
committed
fix
1 parent 2bccccc commit a168dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/infra/docs-lambda-index-publisher/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static async Task<SQSBatchResponse> Handler(SQSEvent ev, ILambdaContext context)
5353
}
5454
catch (Exception)
5555
{
56-
//Add failed message identifier to the batchItemFailures list
56+
// Add failed message identifier to the batchItemFailures list
5757
batchItemFailures.Add(new SQSBatchResponse.BatchItemFailure
5858
{
5959
ItemIdentifier = message.MessageId
@@ -161,4 +161,4 @@ static void UpdateLinkIndex(LinkIndex linkIndex, LinkReference linkReference, S3
161161
[JsonSerializable(typeof(SQSBatchResponse))]
162162
[JsonSerializable(typeof(S3Event))]
163163
[JsonSerializable(typeof(S3Event.S3EventNotificationRecord))]
164-
internal partial class LinkIndexUpdaterEventSerializerContext : JsonSerializerContext;
164+
internal sealed partial class LinkIndexUpdaterEventSerializerContext : JsonSerializerContext;

0 commit comments

Comments
 (0)