From dfa77b88cfdde8bd5ae34606ac58726070e27427 Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Thu, 26 Feb 2026 14:40:44 +0530 Subject: [PATCH] review changes --- app/models/concerns/reauthorizable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/concerns/reauthorizable.rb b/app/models/concerns/reauthorizable.rb index 1eecd29f4..b25f5525e 100644 --- a/app/models/concerns/reauthorizable.rb +++ b/app/models/concerns/reauthorizable.rb @@ -67,6 +67,7 @@ module Reauthorizable def reauthorized! ::Redis::Alfred.delete(authorization_error_count_key) ::Redis::Alfred.delete(reauthorization_required_key) + clear_backoff! invalidate_inbox_cache unless instance_of?(::AutomationRule) end