Skip to content

Commit f51eeb6

Browse files
JBoseckerJohannes Bosecker
and
Johannes Bosecker
authored
Fixed the visibility of the JWT in an API Gateway V2 Request. (#178)
Co-authored-by: Johannes Bosecker <[email protected]>
1 parent edef036 commit f51eeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/APIGateway+V2.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension APIGateway.V2 {
3737
public let scopes: [String]?
3838
}
3939

40-
let jwt: JWT
40+
public let jwt: JWT
4141
}
4242

4343
public let accountId: String

0 commit comments

Comments
 (0)