From c606e59bb95d938b6d677c35ad951fd44bc06c42 Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Mon, 30 Mar 2026 17:19:54 +0200 Subject: [PATCH] fix(teams): fix typo in card body json --- receivers/teams/v0mimir2/teams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/teams/v0mimir2/teams.go b/receivers/teams/v0mimir2/teams.go index eec4bb56e..94dae8796 100644 --- a/receivers/teams/v0mimir2/teams.go +++ b/receivers/teams/v0mimir2/teams.go @@ -65,7 +65,7 @@ type Content struct { type Body struct { Type string `json:"type"` Text string `json:"text"` - Weight string `json:"weigth,omitempty"` + Weight string `json:"weight,omitempty"` Size string `json:"size,omitempty"` Wrap bool `json:"wrap,omitempty"` Style string `json:"style,omitempty"`