Commit 8c15c43
thyldrm
fix(ci): add required timeout and pollInterval to backend request
- Backend validation requires timeout and pollInterval fields
- These were accidentally removed in client-side polling refactor
- Send default values (timeout: 1800, pollInterval: 10) to satisfy validation
- These values are not used for actual polling (client-side handles it)
Fixes: 400 Validation failed error after v1.12.2
Version: 1.12.2 → 1.12.31 parent c089d01 commit 8c15c43
2 files changed
Lines changed: 3 additions & 1 deletion
| 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 | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
0 commit comments