Skip to content

Commit 2ce51ac

Browse files
committed
fix unused warnings
1 parent 7ee1786 commit 2ce51ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extension Lambda {
5151
logger: Logger,
5252
_ body: sending @escaping () async throws -> Void
5353
) async throws {
54-
try await LambdaHTTPServer.withLocalServer(
54+
_ = try await LambdaHTTPServer.withLocalServer(
5555
invocationEndpoint: invocationEndpoint,
5656
logger: logger
5757
) {

0 commit comments

Comments
 (0)