summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/importer/notes_importer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/github_import/importer/notes_importer.rb')
-rw-r--r--lib/gitlab/github_import/importer/notes_importer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/github_import/importer/notes_importer.rb b/lib/gitlab/github_import/importer/notes_importer.rb
index 5aec760ea5f..ca1d7d60515 100644
--- a/lib/gitlab/github_import/importer/notes_importer.rb
+++ b/lib/gitlab/github_import/importer/notes_importer.rb
@@ -18,6 +18,10 @@ module Gitlab
ImportNoteWorker
end
+ def object_type
+ :note
+ end
+
def collection_method
:issues_comments
end