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
refactor: replace any with never in generic API handler calls
- Change type parameter from <any> to <never> in #handleApiError and #handleApiSuccess calls
- Affects get(), send(), and uploadManifestFiles() methods that don't map to specific API operations
0 commit comments