Skip to content

Commit 27c884d

Browse files
committed
chore: cleaned using
1 parent 91f78b0 commit 27c884d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Unicorn.Web/ApprovalService/RequestApprovalFunction.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
using AWS.Lambda.Powertools.Logging;
1818
using AWS.Lambda.Powertools.Metrics;
1919
using AWS.Lambda.Powertools.Tracing;
20-
using Microsoft.Extensions.Diagnostics.HealthChecks;
2120
using Unicorn.Web.Common;
2221
using DynamoDBContextConfig = Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig;
2322

@@ -116,7 +115,7 @@ private static Task<APIGatewayProxyResponse> ApiResponse(string message, HttpSta
116115
}
117116

118117
/// <summary>
119-
/// Lambda Handler for creating new Contracts.
118+
/// Lambda handler for approving properties.
120119
/// </summary>
121120
/// <param name="apigProxyEvent">API Gateway Lambda Proxy Request that triggers the function.</param>
122121
/// <param name="context">The context for the Lambda function.</param>
@@ -192,7 +191,6 @@ public async Task<APIGatewayProxyResponse> FunctionHandler(APIGatewayProxyReques
192191
{
193192
Logger.LogError(e);
194193
return await ApiResponse(e.Message, HttpStatusCode.InternalServerError);
195-
196194
}
197195

198196
return await ApiResponse("Approval Requested", HttpStatusCode.OK);

0 commit comments

Comments
 (0)