Skip to content

Commit

Permalink
fix: SJIP-1143 fix bad resolution of biospecimen set in sqon
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Dec 11, 2024
1 parent 6c22fda commit 43f395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fieldsKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const biospecimenIdKey = 'sample_id';
export const familyCountKey = 'family_count';
export const participantKey = 'fhir_id';
export const participantFileKey = 'files.fhir_id';
export const participantBiospecimenKey = 'files.biospecimens.fhir_id';
export const participantBiospecimenKey = 'files.biospecimens.biospecimen_id';

0 comments on commit 43f395e

Please sign in to comment.