style: prettier --fix
This commit is contained in:
parent
0ae7e4a827
commit
31eda7565f
@ -27,7 +27,10 @@ class EnvConfig {
|
||||
|
||||
this.swagger = this.parseBool(process.env.SWAGGER, false);
|
||||
|
||||
this.search_by_default = this.parseBool(process.env.SEARCH_BY_DEFAULT, false);
|
||||
this.search_by_default = this.parseBool(
|
||||
process.env.SEARCH_BY_DEFAULT,
|
||||
false
|
||||
);
|
||||
|
||||
this.third_party = {
|
||||
searx_url: process.env.SEARX_URL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user