Remove unnecessary comment
This commit is contained in:
parent
e9d9445195
commit
01f6083939
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class PipelinesFinder
|
|||
items
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def by_duration(items)
|
||||
if params[:duration].present?
|
||||
items.where("duration > ?", params[:duration])
|
||||
|
|
Loading…
Reference in a new issue