Skip to content

Commit 8809af3

Browse files
committed
missed one
1 parent 0a33f65 commit 8809af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IndiePitcherSwift/responses.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct DataResponse<T: Codable & Sendable>: Codable, Sendable {
2323
}
2424

2525
/// Represents a response returning no useful data.
26-
public struct EmptyResposne: Codable {
26+
public struct EmptyResposne: Codable, Sendable {
2727

2828
public init() {
2929
self.success = true

0 commit comments

Comments
 (0)