Commit bdbdc20
committed
fix: handle non-array contributions in unmerge preview
Add explicit Array.isArray check for secondaryBackup.contributions
to prevent TypeError when contributions field is not an array.
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>1 parent 6e1db36 commit bdbdc20
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
961 | 964 | | |
962 | | - | |
| 965 | + | |
963 | 966 | | |
964 | 967 | | |
965 | 968 | | |
| |||
0 commit comments