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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-12 06:13:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-12 06:13:31 +0300
commit721529ce185614db20618132eae45dc4aa3d9921 (patch)
treeffeb84f02cf42898e9a7dbd36ff474e43fc98890 /lib/gitlab/github_import/user_finder.rb
parentec14b0b4f853fdb94b0b3fe720a8d8440b2e77eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/github_import/user_finder.rb')
-rw-r--r--lib/gitlab/github_import/user_finder.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/github_import/user_finder.rb b/lib/gitlab/github_import/user_finder.rb
index 6d6a00d260d..1805939dfef 100644
--- a/lib/gitlab/github_import/user_finder.rb
+++ b/lib/gitlab/github_import/user_finder.rb
@@ -45,8 +45,6 @@ module Gitlab
object&.actor
when :assignee
object&.assignee
- when :assigner
- object&.assigner
else
object&.author
end