mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 01:13:29 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -174,7 +174,7 @@ export async function buildChannelSummary(
|
||||
})
|
||||
: undefined;
|
||||
|
||||
const summaryRecord = summary as Record<string, unknown> | undefined;
|
||||
const summaryRecord = summary;
|
||||
const linked =
|
||||
summaryRecord && typeof summaryRecord.linked === "boolean" ? summaryRecord.linked : null;
|
||||
const configured =
|
||||
|
||||
Reference in New Issue
Block a user