Skip to content

Commit

Permalink
fix score
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Jun 21, 2024
1 parent bca14a3 commit f6b4880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controllers/v1/computervision_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ const ComputervisionController = class ComputervisionController {
resultsObject[row.photo_id] = {
observation_id: row.observation_id,
photo_id: row.photo_id,
score: photos[row.photo_id]
score: photos[row.photo_id].score
};
} );
const results = _.values( resultsObject );
Expand Down

0 comments on commit f6b4880

Please sign in to comment.