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
In the version on crates.io, services::health_by_id has a parsing error because of a wrong return type (Result<ApiResponse<Vec<AgentServiceChecksInfo>>, ClientError> instead of Result<ApiResponse<AgentServiceChecksInfo>, ClientError>). On master, this is fixed, so a new version could be published on crates.io which contains this fix.
The text was updated successfully, but these errors were encountered:
In the version on crates.io,
services::health_by_id
has a parsing error because of a wrong return type (Result<ApiResponse<Vec<AgentServiceChecksInfo>>, ClientError>
instead ofResult<ApiResponse<AgentServiceChecksInfo>, ClientError>
). On master, this is fixed, so a new version could be published on crates.io which contains this fix.The text was updated successfully, but these errors were encountered: