Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
koladev32 committed Sep 10, 2023
1 parent 7362926 commit c59dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook/queue/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func retryWithExponentialBackoff(payload redisClient.WebhookPayload) error {
time.Sleep(backoffTime)
}

logging.WebhookLogger(logging.WarningType, fmt.Errorf("maximum retries reached: %s", maxRetries))
logging.WebhookLogger(logging.WarningType, fmt.Errorf("maximum retries reached: %d", maxRetries))

return nil
}

0 comments on commit c59dd49

Please sign in to comment.