Skip to content

Commit

Permalink
Removing await to generate animal prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgehl3n committed Nov 19, 2023
1 parent e40ec17 commit 32bc119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AnimalController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default class AnimalController {
listImages.push(blob);
i++;
}
await AnimalPredictionService
AnimalPredictionService
.generateAnimalPrediction(listImages, animal.id);
}
}
Expand Down

0 comments on commit 32bc119

Please sign in to comment.