Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed May 6, 2022
1 parent 635c804 commit 71d80bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/microsoftteams/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewDiscordWebhookNotifier(webhookUrl string) (*TeamsWebhookNotifier, error)

func createDiscordEmbedsFromArticles(articles []model.Article) goteamsnotify.MessageCard {
msgCard := goteamsnotify.NewMessageCard()
msgCard.Title = "Witam serdecznie, oto nowe newsy"
msgCard.Title = "Witam serdecznie"
msgCard.Text = "Oto nowe newsy"
for _, article := range articles {
pa, _ := goteamsnotify.NewMessageCardPotentialAction(
Expand Down

0 comments on commit 71d80bf

Please sign in to comment.