Skip to content

Commit cd00948

Browse files
committed
fix compilation error
1 parent b37ea0e commit cd00948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ private final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate>
515515
}
516516
}
517517

518-
private var state: State = .disconnected
518+
var state: State = .disconnected
519519
private var lastError: Error?
520520
private var reusableErrorBuffer: ByteBuffer?
521521
private let logger: Logger

0 commit comments

Comments
 (0)