Skip to content

Commit

Permalink
fix(reactive-combine): make publisher public for SignalProducerConver…
Browse files Browse the repository at this point in the history
…tible
  • Loading branch information
stephanecopin committed Sep 2, 2020
1 parent f2cf562 commit 2e454b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extension SignalProducerConvertible {
self.publisher.eraseToAnyPublisher()
}

var publisher: Publishers.SignalProducerPublisher<Value, Error> {
public var publisher: Publishers.SignalProducerPublisher<Value, Error> {
Publishers.SignalProducerPublisher(self.producer)
}
}
Expand Down

0 comments on commit 2e454b9

Please sign in to comment.