Skip to content

Commit

Permalink
removed return in the queue process
Browse files Browse the repository at this point in the history
  • Loading branch information
herlon214 committed Dec 20, 2021
1 parent a06b89e commit 696f67e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/server/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ func ProcessQueue(queue <-chan func() error) {
err := retry.Do(fn, retry.Delay(time.Minute), retry.DelayType(retry.FixedDelay), retry.Attempts(5))
if err != nil {
logrus.WithError(err).Errorln("Failed to process webhook")

return
}
}
}
Expand Down

0 comments on commit 696f67e

Please sign in to comment.