Commit ec1fb1d
authored
fix: pass pointer to slice in Project.Component.Gets to fix nil return
The Gets method was passing the slice by value instead of by reference to the Call method,
causing JSON unmarshaling to fail silently and return nil. This fix ensures the slice is
properly populated with component data.
Fixes #400
1 parent ae4b4d7 commit ec1fb1d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments