mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-20 03:26:22 +00:00
The retry callback assigned to the enclosing if-scoped err instead of declaring its own. Nothing read that variable after the handler returned, so behaviour is unchanged.