summaryrefslogtreecommitdiffhomepage
path: root/js/src/bus
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 21:22:38 -0400
committerDax Raad <[email protected]>2025-05-26 21:22:38 -0400
commitb75456f5ddc4fe5823f5014573923c5fb76625dd (patch)
tree23bdf306aa7eb96a252815208e45edfc011abeb8 /js/src/bus
parenteb69cc39439597db54f1af29617d1a109cba5a6f (diff)
downloadopencode-b75456f5ddc4fe5823f5014573923c5fb76625dd.tar.gz
opencode-b75456f5ddc4fe5823f5014573923c5fb76625dd.zip
Clean up code formatting and remove unused imports for better consistency
🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
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);