Change healthchecker to return error
This commit is contained in:
@@ -121,6 +121,6 @@ func (s *MetricsCollectingStore) Query(query AttemptQuery) ([]models.LoginAttemp
|
||||
return s.store.Query(query)
|
||||
}
|
||||
|
||||
func (s *MetricsCollectingStore) IsHealthy() bool {
|
||||
return s.IsHealthy()
|
||||
func (s *MetricsCollectingStore) IsHealthy() error {
|
||||
return s.store.IsHealthy()
|
||||
}
|
||||
|
Reference in New Issue
Block a user