Skip to content

Commit

Permalink
also merge sources for property if value is identical to old value
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranMn committed Jan 15, 2025
1 parent 76a490d commit 9e58953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export const matchExistingEntity = async <T extends ExistingEntityForMatching>({
);
}

if (mergedValue) {
if (mergedValue || newValue === match.properties[baseUrl]) {
const existingSources =
existingMetadataForProperty &&
isValueMetadata(existingMetadataForProperty)
Expand Down

0 comments on commit 9e58953

Please sign in to comment.