Skip to content

Commit

Permalink
fix: maxEventListeners exception
Browse files Browse the repository at this point in the history
  • Loading branch information
astrot1988 authored Jan 20, 2025
1 parent d8cfde9 commit 6e18b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BusHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class BusHelper extends EventEmitter {
}

async children () {
this..removeListeners()
this.removeListeners()
return BusHelper.buildChildren(this.object, this._objectProxy.nodes)
}

Expand Down

0 comments on commit 6e18b2a

Please sign in to comment.