gender-balance
gender-balance copied to clipboard
Cache countries.json when webhook is sent
The webhook gets sent to /event_handler
and the body is the JSON of the updated countries.json
. Currently we're ignoring the payload and then refetching countries.json
next time it's accessed but it would be much better if we just updated the cached version of countries.json
with the webhook body.