Commit 36eacc3
committed
fix: preserve empty arrays in facet fields
Change truthy checks to explicit !== undefined checks for
shortDescriptionFacets and descriptionFacets to ensure empty
arrays are preserved as valid values.
Fixes unresolved comment from PR #112 review thread #37006914861 parent 3b9e014 commit 36eacc3
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments