Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Jul 27, 2024
1 parent 4921768 commit 99d3673
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public protocol FeatureFlagsProtocol {
var newValuesAvailablePublisher: AnyPublisher<Void, Never> { get }
}

// default impl
extension FeatureFlagsProtocol {
public var newValuesAvailablePublisher: AnyPublisher<Void, Never> {
return Just(()).eraseToAnyPublisher()
Expand Down

0 comments on commit 99d3673

Please sign in to comment.