Skip to content

Commit

Permalink
Updated Validate Publisher Output
Browse files Browse the repository at this point in the history
  • Loading branch information
ragzy15 committed Apr 19, 2020
1 parent c26ba99 commit 001d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PublisherKit/Publishers/URLSession/Validate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension Publishers {

public struct Validate<Upstream: Publisher>: Publisher where Upstream.Output == (data: Data, response: URLResponse) {

public typealias Output = Upstream.Output
public typealias Output = (data: Data, response: HTTPURLResponse)

public typealias Failure = Error

Expand Down

0 comments on commit 001d93a

Please sign in to comment.