Skip to content

Commit

Permalink
Temp revert
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Dec 3, 2024
1 parent bb814f5 commit 67e4afb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/Console/Commands/SetupMeilisearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ public function handle(): int
return Command::INVALID;
}

if (!$isNewMeilisearchKey) {
$this->line('Skipping Meilisearch setup. Key did not change.');
// TODO: Uncomment this next minor release
// if (!$isNewMeilisearchKey) {
// $this->line('Skipping Meilisearch setup. Key did not change.');

return Command::SUCCESS;
}
// return Command::SUCCESS;
// }

$this->line('Clearing existing search tokens from bars...');
DB::transaction(function () {
Expand Down

0 comments on commit 67e4afb

Please sign in to comment.