summaryrefslogtreecommitdiff
path: root/lib/api/v3/github.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/v3/github.rb')
-rw-r--r--lib/api/v3/github.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/v3/github.rb b/lib/api/v3/github.rb
index 593f90460ac..08bf395fa98 100644
--- a/lib/api/v3/github.rb
+++ b/lib/api/v3/github.rb
@@ -51,7 +51,7 @@ module API
def find_project_with_access(params)
project = find_project!(
- ::Gitlab::Jira::Dvcs.restore_full_path(params.slice(:namespace, :project).symbolize_keys)
+ ::Gitlab::Jira::Dvcs.restore_full_path(**params.slice(:namespace, :project).symbolize_keys)
)
not_found! unless can?(current_user, :download_code, project)
project