Commit 0a4de96e authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/finders/issuable_finder.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c8899c55
......@@ -45,15 +45,11 @@ class IssuableFinder
].freeze
ARRAY_PARAMS = { label_name: [], iids: [], assignee_username: [] }.freeze
<<<<<<< HEAD
EE_SCALAR_PARAMS = %i[
weight
].freeze
VALID_PARAMS = (SCALAR_PARAMS + [ARRAY_PARAMS] + EE_SCALAR_PARAMS).freeze
=======
VALID_PARAMS = (SCALAR_PARAMS + [ARRAY_PARAMS]).freeze
>>>>>>> upstream/master
attr_accessor :current_user, :params
......
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