Skip to content

Commit

Permalink
Merge branch 'main' into support_pushover_emergecy_cancel_by_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kadaan authored Feb 1, 2025
2 parents 2a283d3 + b5d1a64 commit acd8924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notify/msteamsv2/msteamsv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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"`
Expand Down Expand Up @@ -170,6 +170,7 @@ func (n *Notifier) Notify(ctx context.Context, as ...*types.Alert) (bool, error)
{
Type: "TextBlock",
Text: text,
Wrap: true,
},
},
Msteams: Msteams{
Expand Down

0 comments on commit acd8924

Please sign in to comment.