From 706b9b6ab906a89c86dbcc256dd528d94b8fc428 Mon Sep 17 00:00:00 2001 From: George Koltsov Date: Fri, 9 Aug 2019 11:05:02 +0100 Subject: Add code review suggestions --- lib/gitlab/bitbucket_import/importer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.1