You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-07 02:49:27 +03:00
Aligned Assignments and arrow-parens
This commit is contained in:
@@ -31,7 +31,7 @@ const configure = () => {
|
||||
}
|
||||
}
|
||||
|
||||
const toBool = v => /^(1|true|yes|on)$/i.test((v || '').trim());
|
||||
const toBool = (v) => /^(1|true|yes|on)$/i.test((v || '').trim());
|
||||
|
||||
const envMysqlHost = process.env.DB_MYSQL_HOST || null;
|
||||
const envMysqlUser = process.env.DB_MYSQL_USER || null;
|
||||
|
||||
Reference in New Issue
Block a user