Closed pyranota closed 1 month ago
Note: If user passes float to python client, request will fail as well, but this time returned msg will say that server accepts only i32
Latest commit: |
e7230fb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://8b191eab.windmill.pages.dev |
Branch Preview URL: | https://fix-ts-client-setprogress.windmill.pages.dev |
If user passes float to setProgress it will result BadRequest from server but without any explanation.
Sometimes it is non intuitive that endpoint accepts only integers, so to reduce confusion we convert progress to int.