Commit 8ef8968
fix(issue-2873): send empty slice for bypass_actors to avoid 422 on null (#2875)
Updated the expandBypassActors function to ensure it returns an empty slice instead of nil, preventing GitHub API rejection due to null values.
Co-authored-by: Nick Floyd <[email protected]>1 parent dcae004 commit 8ef8968
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
41 | 52 | | |
42 | 53 | | |
| |||
0 commit comments