This commit is contained in:
Михаил Капелько
2023-12-29 14:00:50 +03:00
parent 143b0d1dd5
commit 14e762ba3c
2 changed files with 6 additions and 0 deletions

View File

@@ -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)