We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c27ef commit 30648bcCopy full SHA for 30648bc
1 file changed
Sources/Endpoints/EndpointService.swift
@@ -25,6 +25,7 @@ public final class EndpointService {
25
}
26
27
public extension EndpointService {
28
+ @discardableResult
29
func perform<E>(_ endpoint: E) async throws -> HTTPURLResponse where E: Endpoint {
30
try await perform(endpoint, data: nil).1
31
0 commit comments