Skip to content

Commit

Permalink
Fix format._format_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomilov committed Dec 9, 2024
1 parent f4275dc commit 266e798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack_annotations/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


def _format_annotation(annotation: dict[str, Any]) -> dict[str, Any]:
fields = _build_annotation_fields(annotation)
summary = _build_annotation_summary(annotation)
fields = _build_annotation_fields(annotation)
return {
"type": "section",
"text": {"type": "mrkdwn", "text": summary},
Expand Down

0 comments on commit 266e798

Please sign in to comment.