We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a33f65 commit 8809af3Copy full SHA for 8809af3
Sources/IndiePitcherSwift/responses.swift
@@ -23,7 +23,7 @@ public struct DataResponse<T: Codable & Sendable>: Codable, Sendable {
23
}
24
25
/// Represents a response returning no useful data.
26
-public struct EmptyResposne: Codable {
+public struct EmptyResposne: Codable, Sendable {
27
28
public init() {
29
self.success = true
0 commit comments