fix: fill missing audience profile buckets

This commit is contained in:
2026-05-18 17:40:21 +08:00
parent 26ae3bb4b6
commit c8287e8d8e
2 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ function readDistributionValue(
return (
readProfileDistributionItems(profile, key).find(
(candidate) => candidate.label === label
)?.value ?? ""
)?.value ?? "0%"
);
}