Skip to content

Commit

Permalink
tidy: add explaining comment [IDE-418] (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
acke authored Jun 19, 2024
1 parent e6c40aa commit 76f5f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/analytics/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func SendAnalyticsToAPI(c *config.Config, payload []byte) error {
configuration,
)

// This workflow should fail silently if the endpoint can not be found and write the error to the log.
if err != nil {
logger.Err(err).Msg("error invoking workflow")
}
Expand Down

0 comments on commit 76f5f6d

Please sign in to comment.