From b75456f5ddc4fe5823f5014573923c5fb76625dd Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 21:22:38 -0400 Subject: Clean up code formatting and remove unused imports for better consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with opencode Co-Authored-By: opencode --- js/src/bus/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/src/bus') 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); -- cgit v1.2.3