refactor: hide allowlist helper

This commit is contained in:
Peter Steinberger
2026-05-02 07:12:23 +01:00
parent 3c26e4dc04
commit f9cdf2f552

View File

@@ -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[] {