summaryrefslogtreecommitdiff
path: root/lib/gitlab/bitbucket_import
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 18:08:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 18:08:01 +0000
commit5eb11b697d7ee280b0b5c2ff9a1850a3b5e9b7e3 (patch)
tree78f8dceccd65aec28bb4cb130cac3ff7e3a75c87 /lib/gitlab/bitbucket_import
parent506159637da758f448818b834f8482238a9eb4eb (diff)
downloadgitlab-ce-5eb11b697d7ee280b0b5c2ff9a1850a3b5e9b7e3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/bitbucket_import')
-rw-r--r--lib/gitlab/bitbucket_import/importer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/bitbucket_import/importer.rb b/lib/gitlab/bitbucket_import/importer.rb
index 349ca26ec03..3a087a3ef83 100644
--- a/lib/gitlab/bitbucket_import/importer.rb
+++ b/lib/gitlab/bitbucket_import/importer.rb
@@ -182,7 +182,6 @@ module Gitlab
target_branch_sha: target_branch_sha,
state: pull_request.state,
author_id: gitlab_user_id(project, pull_request.author),
- assignee_id: nil,
created_at: pull_request.created_at,
updated_at: pull_request.updated_at
)