summaryrefslogtreecommitdiff
path: root/app/workers/gitlab/github_import/import_lfs_object_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/gitlab/github_import/import_lfs_object_worker.rb')
-rw-r--r--app/workers/gitlab/github_import/import_lfs_object_worker.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/workers/gitlab/github_import/import_lfs_object_worker.rb b/app/workers/gitlab/github_import/import_lfs_object_worker.rb
index 78f78fdb160..2a95366bac7 100644
--- a/app/workers/gitlab/github_import/import_lfs_object_worker.rb
+++ b/app/workers/gitlab/github_import/import_lfs_object_worker.rb
@@ -13,12 +13,8 @@ module Gitlab
Importer::LfsObjectImporter
end
- def counter_name
- :github_importer_imported_lfs_objects
- end
-
- def counter_description
- 'The number of imported GitHub Lfs Objects'
+ def object_type
+ :lfs_object
end
end
end