Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Apr 23, 2024
1 parent 76b7904 commit 459369f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/civic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const processEvidenceRecord = async (opt) => {
// TODO: Deal with __typename === 'Factor'
// No actual case as April 22nd, 2024
throw new NotImplementedError(
`unable to process variant's feature of type Factor`,
'unable to process variant\'s feature of type Factor',
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/civic/variant.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const processVariantRecord = async (conn, civicVariantRecord, feature) => {
// TODO: Deal with __typename === 'Factor'
// No actual case as April 22nd, 2024
throw new NotImplementedError(
`unable to process variant's feature of type Factor`,
'unable to process variant\'s feature of type Factor',
);
}

Expand Down

0 comments on commit 459369f

Please sign in to comment.