diff --git a/Sources/SpellbookFoundation/Combine/Proxies.swift b/Sources/SpellbookFoundation/Combine/Proxies.swift index e804172..f0a9afe 100644 --- a/Sources/SpellbookFoundation/Combine/Proxies.swift +++ b/Sources/SpellbookFoundation/Combine/Proxies.swift @@ -30,7 +30,7 @@ public struct ProxyPublisher: Publisher { public let proxy: P public var context: Any? - public init(_ publisher: P) { + public init(_ publisher: P, context: Any?) { proxy = publisher }