Make clear which is the caller of status_url on geo node presenter

parent 12352258
......@@ -8,6 +8,6 @@ class GeoNodePresenter < Gitlab::View::Presenter::Delegated
private
def status
@status ||= Geo::NodeStatusService.new.call(status_url)
@status ||= Geo::NodeStatusService.new.call(geo_node.status_url)
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