d
This commit is contained in:
@@ -17,5 +17,3 @@ service:
|
|||||||
textUI: [recent, K.textUI]
|
textUI: [recent, K.textUI]
|
||||||
|
|
||||||
world:
|
world:
|
||||||
join: [ps]
|
|
||||||
textUI: [ps]
|
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user