refactor: bind removeSafeTimer

This commit is contained in:
KaKa
2021-09-16 13:00:18 +08:00
committed by Taylor Schley
parent 1ff2a5eeab
commit fb68629cd4
+1
View File
@@ -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;