Skip to content

Commit

Permalink
JS Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mauberti-bc committed Mar 7, 2024
1 parent 6090068 commit 8fc01b0
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 @@ -53,7 +53,7 @@ export class TaxonomyRepository extends BaseRepository {
*
* @param {number} itisTsn
* @param {string} itisScientificName
* @param {(string | null)} commonNames
* @param {string[]} commonNames
* @param {Record<any, any>} itisData
* @param {string} itisUpdateDate
* @return {*} {Promise<TaxonRecord>}
Expand Down

0 comments on commit 8fc01b0

Please sign in to comment.