mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
🔧 chore: Update ESLint Config & Run Linter (#10986)
This commit is contained in:
parent
e53619959d
commit
f9060fa25f
30 changed files with 70 additions and 60 deletions
|
|
@ -37,9 +37,7 @@ const connect = require('./connect');
|
|||
const balanceConfig = getBalanceConfig(appConfig);
|
||||
|
||||
if (!balanceConfig?.enabled) {
|
||||
console.red(
|
||||
'Error: Balance is not enabled. Use librechat.yaml to enable it',
|
||||
);
|
||||
console.red('Error: Balance is not enabled. Use librechat.yaml to enable it');
|
||||
silentExit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue