Commit ea53a42
fix: exclude null fields from team usage stats request JSON
Add @JsonInclude(NON_NULL) to prevent Jackson from serializing null
values in the request body, which was causing 404 errors from the API.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e7edea3 commit ea53a42
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments