Skip to content

Commit

Permalink
update signature present to high signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Oct 1, 2024
1 parent 10b4379 commit 951f5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moa/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const loadVariant = async (conn, moaVariant) => {
},
target: 'Signature',
});
const variantType = await conn.getVocabularyTerm('signature present');
const variantType = await conn.getVocabularyTerm('high signature');

try {
const record = await conn.getUniqueRecordBy({
Expand Down

0 comments on commit 951f5f4

Please sign in to comment.