diff --git a/src/slack/monitor.ts b/src/slack/monitor.ts index 0ff19cb92..fb8f11cbd 100644 --- a/src/slack/monitor.ts +++ b/src/slack/monitor.ts @@ -738,7 +738,6 @@ export async function monitorSlackProvider(opts: MonitorSlackOpts = {}) { // Only thread replies if the incoming message was in a thread. const incomingThreadTs = message.thread_ts; - const dispatcher = createReplyDispatcher({ responsePrefix: cfg.messages?.responsePrefix, deliver: async (payload) => {