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