Skip to content

Commit a53b7b7

Browse files
committed
Fix CI
1 parent 558b74e commit a53b7b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/AWSLambdaRuntime/LambdaRuntime.swift

+2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public final class LambdaRuntime<Handler>: @unchecked Sendable where Handler: St
2929
// TODO: We want to change this to Mutex as soon as this doesn't crash the Swift compiler on Linux anymore
3030
@usableFromInline
3131
let handlerMutex: NIOLockedValueBox<Handler?>
32+
@usableFromInline
3233
let logger: Logger
34+
@usableFromInline
3335
let eventLoop: EventLoop
3436

3537
public init(

0 commit comments

Comments
 (0)