mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 01:20:45 +00:00
refactor: hide utility helper internals
This commit is contained in:
@@ -134,7 +134,7 @@ export function ensureObject(
|
||||
return next;
|
||||
}
|
||||
|
||||
export function normalizeKnownProvider(
|
||||
function normalizeKnownProvider(
|
||||
value: unknown,
|
||||
providers: Array<{ id: string }>,
|
||||
): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user