This commit is contained in:
Dax Raad
2025-12-10 22:34:16 -05:00
parent d88912abf0
commit 9b05217471
2 changed files with 8 additions and 4 deletions

View File

@@ -35,10 +35,6 @@ export namespace Bus {
for (const sub of [...wildcard]) {
sub(event)
}
GlobalBus.emit("event", {
directory: Instance.directory,
payload: event,
})
},
)