Skip to content

Commit

Permalink
Merge pull request #69 from biothings/kl-at-hashing
Browse files Browse the repository at this point in the history
Use KL/AT in record hash
  • Loading branch information
tokebe authored Sep 8, 2024
2 parents f5831b9 + 4466341 commit 13c306d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ export class Record {
sourceA.resource_id.localeCompare(sourceB.resource_id),
).map(source => _.omit(source, ["source_record_urls"])),
),
this.knowledge_level,
this.agent_type
].join("-");
}

Expand Down

0 comments on commit 13c306d

Please sign in to comment.