Skip to content

Commit

Permalink
Fix StorageCrawlJob
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Sep 23, 2022
1 parent d976962 commit c56a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BackgroundJobs/StorageCrawlJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function run($argument): void {
$this->queue->insertIntoQueue(LandmarksClassifier::MODEL_NAME, $queueFile);
}
}
if (in_array(ClusteringFaceClassifier::class, $models)) {
if (in_array(ClusteringFaceClassifier::MODEL_NAME, $models)) {
$this->queue->insertIntoQueue(ClusteringFaceClassifier::MODEL_NAME, $queueFile);
}
}
Expand Down

0 comments on commit c56a97a

Please sign in to comment.