summaryrefslogtreecommitdiff
path: root/app/workers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-14 15:15:22 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-14 15:15:22 +0000
commitcdb41961fd2bc233d36c5b30f89d087c2efa9818 (patch)
tree9903f8054fc1f8681c670984a680b768d139a251 /app/workers
parent8a5138ed7d38ccff8b5ca2fe0f7bbb77f8fdaad3 (diff)
downloadgitlab-ce-cdb41961fd2bc233d36c5b30f89d087c2efa9818.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/concerns/gitlab/github_import/object_importer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/concerns/gitlab/github_import/object_importer.rb b/app/workers/concerns/gitlab/github_import/object_importer.rb
index 7e488862696..408354d5caa 100644
--- a/app/workers/concerns/gitlab/github_import/object_importer.rb
+++ b/app/workers/concerns/gitlab/github_import/object_importer.rb
@@ -134,6 +134,8 @@ module Gitlab
end
def add_identifiers_to_failure(failure, external_identifiers)
+ external_identifiers[:object_type] = object_type
+
failure.update_column(:external_identifiers, external_identifiers)
end
end