Михаил Капелько 10 months ago
parent
commit
0a5dd210c7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Modules/MeetupIdX/src/MeetupId.Generated.swift
  2. +1
    -1
      Utilities/platform/2/templates/section-generated-pipe-src-bus-toggle

+ 1
- 1
Modules/MeetupIdX/src/MeetupId.Generated.swift 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: Bool) in v }.map { _ in () }.eraseToAnyPublisher(),
{ $0.join = true },
{ $0.join = false }
)


+ 1
- 1
Utilities/platform/2/templates/section-generated-pipe-src-bus-toggle View File

@@ -1,4 +1,4 @@
Bus.events.compactMap { Bus.convertKeyValue(%BUS_KEY%, $0) }.map { (k: String, v: %BUS_VALUE_TYPE%) in v }.map { _ in }
Bus.events.compactMap { Bus.convertKeyValue(%BUS_KEY%, $0) }.map { (k: String, v: %BUS_VALUE_TYPE%) in v }.map { _ in () }


Loading…
Cancel
Save