mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:40:43 +00:00
chore(lint): enable low-noise rules
This commit is contained in:
@@ -254,7 +254,7 @@ async function resolveDiscordModelPickerRouteState(params: {
|
||||
client: interaction.client,
|
||||
threadChannel: {
|
||||
id: rawChannelId,
|
||||
name: "name" in channel ? (channel.name as string | undefined) : undefined,
|
||||
name: "name" in channel ? channel.name : undefined,
|
||||
parentId: "parentId" in channel ? (channel.parentId ?? undefined) : undefined,
|
||||
parent: undefined,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user