Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent metadata duplication #969

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Prevent metadata duplication #969

merged 1 commit into from
Aug 19, 2024

Conversation

laritakr
Copy link
Contributor

When the term Identifier is part of the metadata and used as source_identifier, it resulted in the value getting put into the metadata twice. Calling uniq! on the array removes any duplicate metadata, as there should never be a reason for the same metadata to be on a record twice.

When the term Identifier is part of the metadata and used as source_identifier,
it resulted in the value getting put into the metadata twice. Calling uniq!
on the array removes any duplicate metadata, as there should never be a reason
for the same metadata to be on a record twice.
@laritakr laritakr added bug-fix patch-ver for release notes labels Aug 19, 2024
@laritakr laritakr merged commit afb03ed into main Aug 19, 2024
6 of 8 checks passed
@laritakr laritakr deleted the fix-duplicate-identifier branch August 19, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix patch-ver for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants