Commit 157a4a2
thyldrm
fix(ci): fix includeLogs query param type issue
- Remove includeLogs param when false (backend defaults to false)
- Only send includeLogs=true when explicitly needed
- Prevents string-to-boolean type conversion error in axios GET params
Fixes: 400 validation error - Expected boolean, received string
Version: 1.12.3 → 1.12.41 parent 8c15c43 commit 157a4a2
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
284 | 292 | | |
285 | | - | |
286 | 293 | | |
287 | 294 | | |
288 | 295 | | |
| |||
0 commit comments