Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Dec 18, 2024
1 parent 0a33f65 commit 8809af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IndiePitcherSwift/responses.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public struct DataResponse<T: Codable & Sendable>: Codable, Sendable {
}

/// Represents a response returning no useful data.
public struct EmptyResposne: Codable {
public struct EmptyResposne: Codable, Sendable {

public init() {
self.success = true
Expand Down

0 comments on commit 8809af3

Please sign in to comment.