Skip to content

Commit

Permalink
fix: delete unnecessary whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammadreza <[email protected]>
  • Loading branch information
vashian committed Sep 24, 2024
1 parent 44ed89e commit 326503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type telegramPayload struct {
ParseMode string `json:"parse_mode,omitempty"`
DisableWebPagePreview bool `json:"disable_web_page_preview,omitempty"`
ChatID string `json:"chat_id,omitempty"`
MessageThreadID string `json:"message_thread_id,omitempty"`
MessageThreadID string `json:"message_thread_id,omitempty"`
}

func newTelegramPayload(falcopayload types.FalcoPayload, config *types.Configuration) telegramPayload {
Expand Down

0 comments on commit 326503f

Please sign in to comment.