Commit 7061f06
committed
fix: handleMerge must use return value of updateSupportStats
updateSupportStats returns a new SupportInfoV2 object — the original is
not mutated. The old code discarded the return value and persisted the
empty original, causing merge+contextLabel to always write empty
support_info ({global_strength:0.5, total_observations:0, slices:[]}).1 parent 38456a1 commit 7061f06
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
631 | | - | |
| 630 | + | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
0 commit comments