Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aiohttp): Prevent double access of .json
Previously both the `request` and `search` methods called `await r.json()`, leading to the `search` method calling `.json()` on a dictionary. This caused the following error: `'dict' object has no attribute 'json'`
- Loading branch information