Skip to content

Commit

Permalink
fix: only log msg when not succeeding to send event to endpoint [IDE-…
Browse files Browse the repository at this point in the history
…418] (#547)
  • Loading branch information
acke authored Jun 18, 2024
1 parent ebd08f5 commit e6c40aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/analytics/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func SendAnalyticsToAPI(c *config.Config, payload []byte) error {

if err != nil {
logger.Err(err).Msg("error invoking workflow")
return err
}
return nil
}

0 comments on commit e6c40aa

Please sign in to comment.