mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 23:24:30 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -285,6 +285,7 @@ export async function runPreparedReply(
|
||||
}
|
||||
}
|
||||
if (resetTriggered && command.isAuthorizedSender) {
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
const channel = ctx.OriginatingChannel || (command.channel as any);
|
||||
const to = ctx.OriginatingTo || command.from || command.to;
|
||||
if (channel && to) {
|
||||
|
||||
Reference in New Issue
Block a user