mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
fix: remove duplicate diagnostic stability case
This commit is contained in:
@@ -254,6 +254,7 @@ function sanitizeDiagnosticEvent(event: DiagnosticEventPayload): DiagnosticStabi
|
||||
record.bytes = event.promptChars;
|
||||
record.context =
|
||||
event.contextTokenBudget !== undefined ? { limit: event.contextTokenBudget } : undefined;
|
||||
record.bytes = event.promptChars;
|
||||
break;
|
||||
case "diagnostic.heartbeat":
|
||||
record.webhooks = { ...event.webhooks };
|
||||
|
||||
Reference in New Issue
Block a user