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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user