Skip to content

Commit

Permalink
fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Belets committed Nov 22, 2024
1 parent 93695f8 commit e5dce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (s *Server) Start() error {
health.AddLivenessCheck("kaond-logevents-enabled", func() error { return s.testLogEvents() })
health.AddLivenessCheck("kaond-blocks-syncing", func() error { return s.testBlocksSyncing() })
health.AddLivenessCheck("kaond-error-rate", func() error { return s.testKaondErrorRate() })
health.AddLivenessCheck("ethrpcgate-error-rate", func() error { return s.testeth - rpc - gateErrorRate() })
health.AddLivenessCheck("ethrpcgate-error-rate", func() error { return s.testEthRPCGateErrorRate() })

e.Use(middleware.CORS())
e.Use(middleware.BodyDump(func(c echo.Context, req []byte, res []byte) {
Expand Down

0 comments on commit e5dce47

Please sign in to comment.