organic: Add external LKV api

This commit is contained in:
2025-07-14 12:00:26 +02:00
parent f108f026b9
commit 40093957a3
4 changed files with 49 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ $replace = [
'"CountryCode":' => '"countryCode":',
'"xx"' => 'null',
'"XX"' => 'null',
'""' => 'null',
':""' => ':null',
];
$replaceSed = array_map(fn($v, $k): string => "s/$k/$v/", $replace, array_keys($replace));