We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8684a commit d8bd795Copy full SHA for d8bd795
Sources/OpenAPILambda.swift
@@ -21,8 +21,8 @@ import HTTPTypes
21
/// A Lambda function implemented with a OpenAPI server (implementing `APIProtocol` from Swift OpenAPIRuntime)
22
public protocol OpenAPILambda: Sendable {
23
24
- associatedtype Event: Decodable, Sendable
25
- associatedtype Output: Encodable, Sendable
+ associatedtype Event: Decodable
+ associatedtype Output: Encodable
26
27
/// Initialize application.
28
///
0 commit comments