[Utils > Backoff] Fix syntax error

main
Oj 2 years ago
parent c51e4c180e
commit 37877bd7fb

@ -34,7 +34,7 @@ module.exports = class Backoff { // Internal library / utility for a class to re
try {
callback(); // Run callback
} finally {
this_timeoutId = null; // Stop tracking timeout internally as it's been executed
this._timeoutId = null; // Stop tracking timeout internally as it's been executed
}
}, this.current);

Loading…
Cancel
Save