This commit is contained in:
Михаил Капелько
2023-12-28 18:37:08 +03:00
parent 0a5dd210c7
commit f9612a878d
4 changed files with 4 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ extension MeetupId {
ctrl.pipe(
dbg: "join",
sub: nil,
Bus.events.compactMap { Bus.convertKeyValue(K.join, $0) }.map { (k: String, v: Bool) in v }.map { _ in () }.eraseToAnyPublisher(),
Bus.events.compactMap { Bus.convertKeyValue(K.join, $0) }.map { (k: String, v: Void) in v }.eraseToAnyPublisher(),
{ $0.join = true },
{ $0.join = false }
)