summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Koltsov <gkoltsov@gitlab.com>2019-08-09 11:05:02 +0100
committerGeorge Koltsov <gkoltsov@gitlab.com>2019-08-12 10:39:55 +0100
commit706b9b6ab906a89c86dbcc256dd528d94b8fc428 (patch)
treebe1db01f1e04b577e83b1ed8eca2400c7294da4a
parentba429a6e2023242a55f9199b1381ac331cc92e1c (diff)
downloadgitlab-ce-georgekoltsov/63408-user-mapping.tar.gz
Add code review suggestionsgeorgekoltsov/63408-user-mapping
-rw-r--r--lib/gitlab/bitbucket_import/importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/bitbucket_import/importer.rb b/lib/gitlab/bitbucket_import/importer.rb
index 9560b187292..52c248f585f 100644
--- a/lib/gitlab/bitbucket_import/importer.rb
+++ b/lib/gitlab/bitbucket_import/importer.rb
@@ -262,8 +262,8 @@ module Gitlab
def pull_request_comment_attributes(comment)
{
project: project,
- note: comment_note(comment),
author_id: gitlab_user_id(project, comment.author),
+ note: comment_note(comment),
created_at: comment.created_at,
updated_at: comment.updated_at
}