mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-18 10:34:37 -04:00
refactor: bind removeSafeTimer
This commit is contained in:
@@ -133,6 +133,7 @@ class Bree extends EventEmitter {
|
||||
this.stop = this.stop.bind(this);
|
||||
this.add = this.add.bind(this);
|
||||
this.remove = this.remove.bind(this);
|
||||
this.removeSafeTimer = this.removeSafeTimer.bind(this);
|
||||
|
||||
this.validateJob = validateJob;
|
||||
this.getName = getName;
|
||||
|
||||
Reference in New Issue
Block a user