АРЧ - Ассистент: отделить reference-срез от execution-окна в ответах по lifecycle follow-up
This commit is contained in:
@@ -61,7 +61,7 @@ export function normalizeOrganizationScopeValue(value: unknown): string | null {
|
||||
if (!normalized) {
|
||||
return null;
|
||||
}
|
||||
let unwrapped = normalized.replace(/^\\+|\\+$/g, "").trim();
|
||||
let unwrapped = normalized.trim();
|
||||
if (
|
||||
(unwrapped.startsWith('"') && unwrapped.endsWith('"')) ||
|
||||
(unwrapped.startsWith("'") && unwrapped.endsWith("'"))
|
||||
|
||||
Reference in New Issue
Block a user