mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 22:10:21 +00:00
fix: restore green checks
This commit is contained in:
@@ -101,6 +101,8 @@ function toJsonLike(value: unknown, seen = new WeakSet<object>()): JsonLike {
|
||||
seen.delete(value);
|
||||
return jsonObject;
|
||||
}
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user