Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

fix: fix setup and dummy in case meilisearch not activated #185

Merged
merged 12 commits into from
Aug 5, 2022
Prev Previous commit
Next Next commit
consistency
  • Loading branch information
asbiin committed Aug 5, 2022
commit 879f263d4da63610792678ee937c8802958e74a8
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ private static function contacts(Vault $vault, string $term): Collection
'vault' => $contact->vault_id,
'contact' => $contact->id,
]),

];
});

Expand Down