Skip to content

Commit

Permalink
Improve ProxyPublisher init
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkenso committed Oct 26, 2023
1 parent a2dd44e commit c595b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SpellbookFoundation/Combine/Proxies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct ProxyPublisher<P: Publisher>: Publisher {
public let proxy: P
public var context: Any?

public init(_ publisher: P) {
public init(_ publisher: P, context: Any?) {
proxy = publisher
}

Expand Down

0 comments on commit c595b92

Please sign in to comment.