Commit e61d3d77 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Fix static-analysis failure for `FinderMethods`

parent c760cb8f
...@@ -22,7 +22,6 @@ module Projects ...@@ -22,7 +22,6 @@ module Projects
def issue def issue
@issue ||= @issue ||=
IssuesFinder.new(current_user, project_id: @project.id) IssuesFinder.new(current_user, project_id: @project.id)
.execute
.find_by!(iid: params[:issue_id]) .find_by!(iid: params[:issue_id])
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