Skip to content

Commit

Permalink
♻️ refactor: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3skyw4lker committed Aug 15, 2023
1 parent 4ad217e commit 2c41068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/probechecker/probechecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
DefaultReadinessEndpoint = "/readyz"
)

func defaultLiveFunc(c *fiber.Ctx) bool { return true }
func defaultLiveFunc(*fiber.Ctx) bool { return true }

func probeCheckerHandler(checker ProbeChecker) fiber.Handler {
return func(c *fiber.Ctx) error {
Expand Down

0 comments on commit 2c41068

Please sign in to comment.