style: prettier --fix

This commit is contained in:
DarkCat09 2024-09-06 18:34:41 +04:00
parent 0ae7e4a827
commit 31eda7565f
No known key found for this signature in database
GPG Key ID: BD3CE9B65916CD82

View File

@ -27,7 +27,10 @@ class EnvConfig {
this.swagger = this.parseBool(process.env.SWAGGER, false); 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 = { this.third_party = {
searx_url: process.env.SEARX_URL, searx_url: process.env.SEARX_URL,