Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix function spec for Response.decode/2
The input type for `GoogleApi.Gax.Response.decode/2` was missing the error case (which is explicitly handled in the first function clause). The return type incorrectly specifies that the error type must be a `Tesla.Env.t()` when in fact it may return any type (for example `:timeout` is returned when the Mint HTTP client times out).
- Loading branch information