d
This commit is contained in:
@@ -8,6 +8,9 @@ public extension Bus {
|
||||
key == v.key,
|
||||
let value = v.value as? T
|
||||
else {
|
||||
if key == "MeetupId.finishLoading" {
|
||||
/**/print("ИГР Bus.convertKV failed k/v/T: '\(key)'/'\(v)'/'\(type(of: T)'")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
return (key, value)
|
||||
|
||||
Reference in New Issue
Block a user