You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): prevent I/O blocking in API update handler (#765)
- Replace io.Copy to stdout with io.Discard to avoid blocking in CI/test environments
- Remove unused os import
- Update comment to reflect new behavior
0 commit comments