Fix uninitialized constant EE::Gitlab::Geo

parent f812ab2f
......@@ -30,9 +30,9 @@ module EE
end
def remove_tracking_entries!
return unless Gitlab::Geo.secondary?
return unless ::Gitlab::Geo.secondary?
Geo::ProjectRegistry.where(project_id: project.id).delete_all
::Geo::ProjectRegistry.where(project_id: project.id).delete_all
end
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