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(types): update handleApiCall signature for SDK v3 compatibility
Update handleApiCall and handleApiCallNoSpinner to accept Promise<any>
instead of Promise<SocketSdkResult<T>> because SDK v3 returns concrete
result types (RepositoryResult, DeleteResult, etc.) rather than the
generic SocketSdkResult<T>.
Also remove unused SocketSdkResult import.
0 commit comments