Skip to content

Commit

Permalink
fix: ignore source_record_urls for record hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Jun 4, 2024
1 parent 9e89776 commit 9135f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export class Record {
JSON.stringify(
this.provenanceChain.sort((sourceA, sourceB) =>
sourceA.resource_id.localeCompare(sourceB.resource_id),
),
).map(source => _.omit(source, ["source_record_urls"])),
),
].join("-");
}
Expand Down

0 comments on commit 9135f31

Please sign in to comment.