formatter
This commit is contained in:
parent
0524789185
commit
33ef39cd4a
|
@ -18,7 +18,7 @@ const hasConfig =
|
|||
config.meilisearch.port ||
|
||||
config.meilisearch.apiKey);
|
||||
|
||||
if(hasConfig) {
|
||||
if (hasConfig) {
|
||||
const host = hasConfig ? config.meilisearch.host ?? "localhost" : "";
|
||||
const port = hasConfig ? config.meilisearch.port ?? 7700 : 0;
|
||||
const auth = hasConfig ? config.meilisearch.apiKey ?? "" : "";
|
||||
|
|
Loading…
Reference in New Issue