mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 22:14:34 +00:00
test: update google-shared expectations
This commit is contained in:
@@ -21,9 +21,7 @@ function extractMessage(value: Record<string, unknown>): string {
|
||||
return parts.join(" ");
|
||||
}
|
||||
|
||||
function parseMetaName(
|
||||
raw?: unknown,
|
||||
): { subsystem?: string; module?: string } {
|
||||
function parseMetaName(raw?: unknown): { subsystem?: string; module?: string } {
|
||||
if (typeof raw !== "string") return {};
|
||||
try {
|
||||
const parsed = JSON.parse(raw) as Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user