summaryrefslogtreecommitdiffhomepage
path: root/js/src/bus
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/bus')
-rw-r--r--js/src/bus/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/bus/index.ts b/js/src/bus/index.ts
index 0064c0a7e..15d2b1107 100644
--- a/js/src/bus/index.ts
+++ b/js/src/bus/index.ts
@@ -52,7 +52,6 @@ export namespace Bus {
};
log.info("publishing", {
type: def.type,
- ...properties,
});
for (const key of [def.type, "*"]) {
const match = state().subscriptions.get(key);