From f0bf4cc005444819e2019839ab864dd2f5f3218f Mon Sep 17 00:00:00 2001 From: David Whittaker Date: Tue, 12 Aug 2025 13:44:15 -0700 Subject: [PATCH] fix(slack): resolved by block error --- src/dispatch/plugins/dispatch_slack/case/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/plugins/dispatch_slack/case/messages.py b/src/dispatch/plugins/dispatch_slack/case/messages.py index 84f422c8874a..16803a846604 100644 --- a/src/dispatch/plugins/dispatch_slack/case/messages.py +++ b/src/dispatch/plugins/dispatch_slack/case/messages.py @@ -150,7 +150,7 @@ def create_case_message(case: Case, channel_id: str) -> list[Block]: ] ) if case.resolved_by: - blocks.append(Section(text=f"*Resolved by* \n {case.resolved_by.individual.email}")) + blocks.append(Section(text=f"*Resolved by* \n {case.resolved_by.email}")) blocks.append( Actions( elements=[