Fix functions merge

commit_hash:f01849744a9412b1ffe85db58b99cbc32c30b4c6
This commit is contained in:
4eb0da
2025-02-18 12:22:15 +03:00
parent 5bea07041c
commit 79aaf2fc13
@@ -108,7 +108,7 @@ export function mergeCustomFunctions(
return map1 || undefined;
}
if (!map1) {
return;
return map0 || undefined;
}
const merged = new Map();