Skip to content

Commit 001d93a

Browse files
committed
Updated Validate Publisher Output
1 parent c26ba99 commit 001d93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PublisherKit/Publishers/URLSession/Validate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension Publishers {
2020

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

23-
public typealias Output = Upstream.Output
23+
public typealias Output = (data: Data, response: HTTPURLResponse)
2424

2525
public typealias Failure = Error
2626

0 commit comments

Comments
 (0)