This commit is contained in:
Михаил Капелько
2023-12-29 14:01:10 +03:00
förälder 14e762ba3c
incheckning 6446a413b2

Visa fil

@@ -9,7 +9,7 @@ public extension Bus {
let value = v.value as? T
else {
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
}