This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access Faraday environment using
#[]
(#138)
We're seeing `env` come through as a `Hash` rather than a `Faraday::Response` here. Faraday's middleware docs are poor, but it seems common to look up environment values using `[]` rather than relying on the methods of `Response`, presumably because this can happen.
- Loading branch information