Commit ca57dad
committed
fix: use correct httpClient method name in GraphQL batch fetch
The httpClient exports requestJson as 'getJson', not 'requestJson'.
This bug caused the GitHub stars collection to fail silently in
the pipeline, as the method call threw an error.
This fixes the issue where GitHub stars were not being collected
during the container build in GitHub Actions.1 parent 0734d48 commit ca57dad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments