Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-30 17:15:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-30 17:15:08 +0300
commit427cb4dfa77bccf1594503a7e00d7e782e281c16 (patch)
treedcafd13e81af3eb982ae1adcbb9dc18f0c5be1e9 /app
parentd02a25c8704150b5ad0c516720ce625256f7cbac (diff)
Add latest changes from gitlab-org/gitlab@16-1-stable-ee
Diffstat (limited to 'app')
-rw-r--r--app/controllers/import/bitbucket_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/import/bitbucket_controller.rb b/app/controllers/import/bitbucket_controller.rb
index c933b05e0c4..196fadb888d 100644
--- a/app/controllers/import/bitbucket_controller.rb
+++ b/app/controllers/import/bitbucket_controller.rb
@@ -129,7 +129,7 @@ class Import::BitbucketController < Import::BaseController
end
def options
- OmniAuth::Strategies::Bitbucket.default_options[:client_options].deep_symbolize_keys
+ OmniAuth::Strategies::Bitbucket.default_options[:client_options].to_h.deep_symbolize_keys
end
def verify_bitbucket_import_enabled