mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 09:32:42 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -28,6 +28,7 @@ export function resolveDiscordWebhookId(message: DiscordWebhookMessageLike): str
|
||||
|
||||
export function resolveDiscordSenderIdentity(params: {
|
||||
author: User;
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
member?: any;
|
||||
pluralkitInfo?: PluralKitMessageInfo | null;
|
||||
}): DiscordSenderIdentity {
|
||||
@@ -73,6 +74,7 @@ export function resolveDiscordSenderIdentity(params: {
|
||||
|
||||
export function resolveDiscordSenderLabel(params: {
|
||||
author: User;
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
member?: any;
|
||||
pluralkitInfo?: PluralKitMessageInfo | null;
|
||||
}): string {
|
||||
|
||||
Reference in New Issue
Block a user