This commit is contained in:
Михаил Капелько
2023-12-31 20:14:28 +03:00
parent cb9e99afdd
commit ba8e041a33
2 changed files with 1 additions and 4 deletions

View File

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

View File

@@ -60,8 +60,7 @@ extension MeetupId {
// MARK: - World
public struct World {
let join = PassthroughSubject<Void, Never>()
let textUI = PassthroughSubject<String, Never>()
public init(