This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
single
Михаил Капелько
1 year ago
parent
cbf87ce93f
commit
480fc7d132
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Modules/MeetupIdX/src/MeetupId.Generated.swift
+ 1
- 1
Modules/MeetupIdX/src/MeetupId.Generated.swift
View File
@@ -93,7 +93,7 @@ extension MeetupId {
ctrl.pipe(
ctrl.pipe(
dbg: "join",
dbg: "join",
sub: nil,
sub: nil,
Bus.events.compactMap { Bus.convertKeyValue(K.join, $0) }.map { (k: String, v:
Bool
) in v }.eraseToAnyPublisher(),
Bus.events.compactMap { Bus.convertKeyValue(K.join, $0) }.map { (k: String, v:
Void
) in v }.eraseToAnyPublisher(),
{ $0.join = true },
{ $0.join = true },
{ $0.join = false }
{ $0.join = false }
)
)
Write
Preview
Loading…
Cancel
Save