Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 03:29:24 +00:00
co-authored by renee-png
parent c7524e0597
commit dfe475ee8b
+2
View File
@@ -51,6 +51,8 @@ interface ImportCtx {
// Name → uuid lookups (for files that reference by name only)
clientByName: Map<string, string>;
caseByNumber: Map<string, string>;
// Optional fallback client id (e.g. for address-only locations CSV)
defaultClientId?: string | null;
}
const norm = (s: string) =>