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 58c3d95 commit 266b558Copy full SHA for 266b558
Sources/AWSLambdaEvents/Utils/HTTP.swift
@@ -74,7 +74,7 @@ extension String.UTF8View {
74
}
75
76
77
-extension HTTPResponse.Status: @retroactive Codable {
+extension HTTPResponse.Status: @retroactive Codable {
78
public func encode(to encoder: any Encoder) throws {
79
var container = encoder.singleValueContainer()
80
try container.encode(self.code)
0 commit comments