Skip to content

Commit 6bb5943

Browse files
committed
fix(slack): Remove unused Holmes callback from SlackSender class in sender.py
Signed-off-by: Nicolas Clavier <nicolas.clavier@bedrockstreaming.com>
1 parent fa922ed commit 6bb5943

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/robusta/integrations/slack/sender.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,6 @@ def __send_finding_to_slack_preview(
806806
)
807807
blocks.append(links_block)
808808

809-
if HOLMES_ENABLED and HOLMES_ASK_SLACK_BUTTON_ENABLED:
810-
blocks.append(self.__create_holmes_callback(finding))
811-
812809
if not sink_params.get_custom_template():
813810
blocks.append(MarkdownBlock(text=f"*Source:* `{self.cluster_name}`"))
814811

0 commit comments

Comments
 (0)