Михаил Капелько 10 months ago
parent
commit
ba8e041a33
2 changed files with 1 additions and 4 deletions
  1. +0
    -2
      Modules/MeetupIdX/MeetupId.yml
  2. +1
    -2
      Modules/MeetupIdX/src/MeetupId.Generated.swift

+ 0
- 2
Modules/MeetupIdX/MeetupId.yml View File

@@ -17,5 +17,3 @@ service:
textUI: [recent, K.textUI] textUI: [recent, K.textUI]


world: world:
join: [ps]
textUI: [ps]

+ 1
- 2
Modules/MeetupIdX/src/MeetupId.Generated.swift View File

@@ -60,8 +60,7 @@ extension MeetupId {
// MARK: - World // MARK: - World


public struct World { public struct World {
let join = PassthroughSubject<Void, Never>()
let textUI = PassthroughSubject<String, Never>()



public init( public init(




Loading…
Cancel
Save