Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Jan 2, 2025
1 parent f709467 commit ccad9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/controllers/v1/computervision_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ const ComputervisionController = class ComputervisionController {
}

const representativeTaxonPhotos = [];
const representativeTaxonPhotosIDs = [];
const promiseProducer = ( ) => {
if ( _.isEmpty( resultsToLookup ) ) {
return null;
Expand Down

0 comments on commit ccad9c4

Please sign in to comment.