style: satisfy lint

This commit is contained in:
Peter Steinberger
2026-01-06 03:11:42 +00:00
parent d5f088978a
commit 9d656f4269
5 changed files with 7 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ import {
normalizeMentionText,
} from "../auto-reply/reply/mentions.js";
import { createReplyDispatcher } from "../auto-reply/reply/reply-dispatcher.js";
import { getReplyFromConfig } from "../auto-reply/reply.js";
import type { TypingController } from "../auto-reply/reply/typing.js";
import { getReplyFromConfig } from "../auto-reply/reply.js";
import { HEARTBEAT_TOKEN, SILENT_REPLY_TOKEN } from "../auto-reply/tokens.js";
import type { ReplyPayload } from "../auto-reply/types.js";
import { waitForever } from "../cli/wait.js";