mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Fix functions merge
commit_hash:f01849744a9412b1ffe85db58b99cbc32c30b4c6
This commit is contained in:
@@ -108,7 +108,7 @@ export function mergeCustomFunctions(
|
||||
return map1 || undefined;
|
||||
}
|
||||
if (!map1) {
|
||||
return;
|
||||
return map0 || undefined;
|
||||
}
|
||||
|
||||
const merged = new Map();
|
||||
|
||||
Reference in New Issue
Block a user