Clean up code formatting and remove unused imports for better consistency

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
Dax Raad
2025-05-26 21:22:38 -04:00
parent eb69cc3943
commit b75456f5dd
3 changed files with 11 additions and 13 deletions

View File

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