mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-19 11:06:17 +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.