chore(server): customize config merge logic (#11400)

This commit is contained in:
forehalo
2025-04-02 09:48:45 +00:00
parent b21a0b4520
commit 85d176ce6f
9 changed files with 165 additions and 42 deletions

View File

@@ -155,7 +155,7 @@ export class EventBus
add.call(this.emitter, event, handler as any, opts);
this.logger.verbose(`Event handler registered ${signature}`);
this.logger.log(`Event handler registered ${signature}`);
return () => {
this.emitter.off(event, handler as any);