removed debounce for now

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-03-07 10:54:26 -06:00
parent 58162040d3
commit 379b94774b

View File

@ -25,7 +25,6 @@ extension Handlerable {
public func handlerPublisher() -> AnyPublisher<Void, Never> {
subject
.debounce(for: .seconds(Constants.StateDebounce), scheduler: RunLoop.main)
.eraseToAnyPublisher()
}
}