mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:04:31 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -446,7 +446,9 @@ export function createTelegramBot(opts: TelegramBotOptions) {
|
||||
senderLabel = senderLabel || "unknown";
|
||||
|
||||
// Extract forum thread info (similar to message processing)
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
const messageThreadId = (reaction as any).message_thread_id;
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
const isForum = (reaction.chat as any).is_forum === true;
|
||||
const resolvedThreadId = resolveTelegramForumThreadId({
|
||||
isForum,
|
||||
|
||||
Reference in New Issue
Block a user