codecombat:master
← codecombat:fix-unsubscribe-bug
opened 11:29AM - 17 Jul 20 UTC
# Context
If the server has an error with the message from the contact form, …it times out.
Timing out means the callback doesn't trigger, and so the unsubscribe action never fires.
# Fix
The unsubscribe event now runs regardless of whether the contact form succeeds or not.