Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check if dictionary has a response key on_get_request (#267)
After asking questions in ask.astronomer.io the UI broke after this [PR](#240) as there is no check for `"response"` key in the returned dictionary [here](https://github.com/astronomer/ask-astro/blob/main/api/ask_astro/rest/controllers/get_request.py#L46) Added the check for the "response" key in the dictionary in the API. Tested with the following screenshot: <img width="1719" alt="Screenshot 2024-01-16 at 4 24 58 PM" src="https://github.com/astronomer/ask-astro/assets/8670962/3a06a613-2ff4-4d3a-a63d-c1ef2627fb03"> close: #266
- Loading branch information