Commit 03d07ae7 authored by Stan Hu's avatar Stan Hu

Fix Rubocop errors

parent 3c4f3f38
...@@ -58,14 +58,6 @@ class GeoNodeStatus ...@@ -58,14 +58,6 @@ class GeoNodeStatus
@cursor_last_event_date = value @cursor_last_event_date = value
end end
def db_replication_lag
@db_replication_lag ||= Gitlab::Geo::HealthCheck.db_replication_lag
end
def db_replication_lag=(value)
@db_replication_lag = value
end
def repositories_count def repositories_count
@repositories_count ||= repositories.count @repositories_count ||= repositories.count
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment