Skip to content

Commit fa26073

Browse files
sebstoktoso
andauthored
Update Sources/AWSLambdaRuntime/LambdaContext.swift
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent 4e9b637 commit fa26073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import NIOCore
2121
/// AWS Mobile SDK client fields.
2222
public struct ClientApplication: Codable, Sendable {
2323
/// The mobile app installation id
24-
public let installationId: String?
24+
public let installationID: String?
2525
/// The app title for the mobile app as registered with AWS' mobile services.
2626
public let appTitle: String?
2727
/// The version name of the application as registered with AWS' mobile services.

0 commit comments

Comments
 (0)