chore: make format
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
Felipe M 2025-04-22 18:10:24 +02:00
parent 7dd02c0056
commit fae6f35774
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
9 changed files with 19 additions and 19 deletions

View file

@ -268,10 +268,10 @@ func (s *SlackPlatform) deleteMessage(msg *model.Message) error {
if !ok {
return fmt.Errorf("no message ID provided for deletion")
}
// Convert to string if needed
messageIDStr := fmt.Sprintf("%v", messageID)
return s.DeleteMessage(msg.Chat, messageIDStr)
}