Skip to content

Commit

Permalink
fix: code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammadreza <[email protected]>
  • Loading branch information
vashian committed Sep 25, 2024
1 parent 326503f commit 7c596f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ func newTelegramPayload(falcopayload types.FalcoPayload, config *types.Configura
}

// Check if message_thread_id is present in falcopayload
if config.Telegram.MessageThreadID != "" {
payload.MessageThreadID = config.Telegram.MessageThreadID
if config.Telegram.MessageThreadID != "" {
payload.MessageThreadID = config.Telegram.MessageThreadID
}

// template engine
Expand Down

0 comments on commit 7c596f2

Please sign in to comment.