Skip to content

Commit

Permalink
Fix indent again
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 3, 2025
1 parent 1b1e675 commit 502d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Features/TermCleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public function start_term_cleanup_process() {
$job_args = [
[
'taxonomy' => $taxonomy,
'threshold' => $threshold,
'threshold' => $threshold,
'action' => 'term_cleanup',
'embeddings_generated' => false,
'processed' => 0,
Expand Down

0 comments on commit 502d9dd

Please sign in to comment.