diff options
author | George Koltsov <gkoltsov@gitlab.com> | 2019-08-09 11:05:02 +0100 |
---|---|---|
committer | George Koltsov <gkoltsov@gitlab.com> | 2019-08-12 10:39:55 +0100 |
commit | 706b9b6ab906a89c86dbcc256dd528d94b8fc428 (patch) | |
tree | be1db01f1e04b577e83b1ed8eca2400c7294da4a | |
parent | ba429a6e2023242a55f9199b1381ac331cc92e1c (diff) | |
download | gitlab-ce-georgekoltsov/63408-user-mapping.tar.gz |
Add code review suggestionsgeorgekoltsov/63408-user-mapping
-rw-r--r-- | lib/gitlab/bitbucket_import/importer.rb | 2 |
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 } |