Skip to content

Commit

Permalink
Fix the queryStringParameters in ALB.TargetGroupRequest. (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeramlug authored Jan 6, 2021
1 parent 15affaf commit ee2a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AWSLambdaEvents/ALB.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum ALB {

public let httpMethod: HTTPMethod
public let path: String
public let queryStringParameters: [String: [String]]
public let queryStringParameters: [String: String]

/// Depending on your configuration of your target group either `headers` or `multiValueHeaders`
/// are set.
Expand Down

0 comments on commit ee2a6e0

Please sign in to comment.