This commit is contained in:
Михаил Капелько
2023-12-28 18:34:41 +03:00
parent 8e103fb4f4
commit 0a5dd210c7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Bus.events.compactMap { Bus.convertKeyValue(%BUS_KEY%, $0) }.map { (k: String, v: %BUS_VALUE_TYPE%) in v }.map { _ in }
Bus.events.compactMap { Bus.convertKeyValue(%BUS_KEY%, $0) }.map { (k: String, v: %BUS_VALUE_TYPE%) in v }.map { _ in () }