Commit 3e71955b authored by Travis Miller's avatar Travis Miller

review: prefix un-used argument with underscore

parent 6d1c5014
......@@ -95,7 +95,7 @@ module API
include ::API::Helpers::RelatedResourcesHelpers
expose :export_status
expose :_links, if: lambda { |project, options| project.export_status == :finished } do
expose :_links, if: lambda { |project, _options| project.export_status == :finished } do
expose :api_url do |project|
expose_url(api_v4_projects_export_download_path(id: project.id))
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