chore(lint): enable low-noise rules

This commit is contained in:
Peter Steinberger
2026-04-18 18:09:18 +01:00
parent 07785c6dbc
commit cd2ef0f3a3
6 changed files with 8 additions and 11 deletions

View File

@@ -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,
},