diff --git a/pyth_observer/dispatch.py b/pyth_observer/dispatch.py index b746238..681e497 100644 --- a/pyth_observer/dispatch.py +++ b/pyth_observer/dispatch.py @@ -186,6 +186,7 @@ async def process_zenduty_events(self, current_time): and info["last_window_failures"] <= resolution_threshold ): logger.debug(f"Resolving Zenduty alert {identifier}") + resolved = True if info["sent"]: response = await send_zenduty_alert( identifier, identifier, resolved=True