diff --git a/index.js b/index.js index 239140f..2c2e249 100644 --- a/index.js +++ b/index.js @@ -1203,5 +1203,8 @@ export default class ActivityPubEndpoint { destroy() { this._stopGate?.(); + if (this._inboxProcessorInterval) { + clearInterval(this._inboxProcessorInterval); + } } }