Skip to content

Commit

Permalink
[Swiftformat cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrienensfuzz committed Jul 11, 2023
1 parent 3827f98 commit cf1f985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/HummingbirdLambda/APIGatewayV2Lambda.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ extension APIGatewayV2Request: APIRequest {
var path: String {
return context.http.path
}

var httpMethod: AWSLambdaEvents.HTTPMethod { context.http.method }
var multiValueQueryStringParameters: [String: [String]]? { nil }
var multiValueHeaders: HTTPMultiValueHeaders { [:] }
Expand Down

0 comments on commit cf1f985

Please sign in to comment.