mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 06:21:26 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -150,7 +150,7 @@ describe("agentCommand", () => {
|
||||
if (evt.stream !== "assistant") return;
|
||||
assistantEvents.push({
|
||||
runId: evt.runId,
|
||||
text: typeof evt.data?.text === "string" ? (evt.data.text as string) : undefined,
|
||||
text: typeof evt.data?.text === "string" ? evt.data.text : undefined,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user