Commit 13f00934 authored by Imre Farkas's avatar Imre Farkas

Fix Ruby 2.7 kwargs deprecation warning in FinderWithCrossProjectAccess

parent c46feaee
......@@ -32,7 +32,7 @@ module FinderWithCrossProjectAccess
end
override :execute
def execute(*args)
def execute(*args, **kwargs)
check = Gitlab::CrossProjectAccess.find_check(self)
original = -> { super }
......
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