You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The webhook gets sent to
/event_handler
and the body is the JSON of the updatedcountries.json
. Currently we're ignoring the payload and then refetchingcountries.json
next time it's accessed but it would be much better if we just updated the cached version ofcountries.json
with the webhook body.The text was updated successfully, but these errors were encountered: