From fb68629cd41d138bca89490da081321455e58e2a Mon Sep 17 00:00:00 2001 From: KaKa Date: Thu, 16 Sep 2021 13:00:18 +0800 Subject: [PATCH] refactor: bind removeSafeTimer --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 06b7c5b..f64f68f 100644 --- a/src/index.js +++ b/src/index.js @@ -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;