mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
refactor: hide allowlist helper
This commit is contained in:
@@ -59,7 +59,7 @@ export function buildAllowlistResolutionSummary<T extends AllowlistUserResolutio
|
||||
return { resolvedMap, mapping, unresolved, additions };
|
||||
}
|
||||
|
||||
export function resolveAllowlistIdAdditions<T extends AllowlistUserResolutionLike>(params: {
|
||||
function resolveAllowlistIdAdditions<T extends AllowlistUserResolutionLike>(params: {
|
||||
existing: Array<string | number>;
|
||||
resolvedMap: Map<string, T>;
|
||||
}): string[] {
|
||||
|
||||
Reference in New Issue
Block a user