mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🔧 chore: Update ESLint Config & Run Linter
This commit is contained in:
parent
e53619959d
commit
80c81b7068
30 changed files with 70 additions and 60 deletions
|
|
@ -78,7 +78,7 @@ const connect = require('./connect');
|
|||
}
|
||||
|
||||
// Only prompt for emailVerified if it wasn't set via CLI
|
||||
if (emailVerified === undefined){
|
||||
if (emailVerified === undefined) {
|
||||
const emailVerifiedInput = await askQuestion(`Email verified? (Y/n, default is Y):
|
||||
|
||||
If \`y\`, the user's email will be considered verified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue