Skip to content

Commit

Permalink
SIMSBIOHUB-459: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisupshall committed Feb 9, 2024
1 parent e0ad738 commit b74a7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/repositories/taxonomy-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class TaxonomyRepository extends BaseRepository {
UNION
SELECT * FROM taxon
WHERE
taxon.itis_tsn = 93
taxon.itis_tsn = ${itisTsn}
AND
taxon.record_end_date IS null;
`;
Expand Down

0 comments on commit b74a7e7

Please sign in to comment.