mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -826,6 +826,7 @@ async function collectChannelSecurityFindings(params: {
|
||||
|
||||
if (!hasAnySenderAllowlist) {
|
||||
const providerSetting = (telegramCfg.commands as { nativeSkills?: unknown } | undefined)
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
?.nativeSkills as any;
|
||||
const skillsEnabled = resolveNativeSkillsEnabled({
|
||||
providerId: "telegram",
|
||||
|
||||
Reference in New Issue
Block a user