mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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
|
|
@ -33,9 +33,7 @@ const connect = require('./connect');
|
|||
|
||||
const balanceConfig = getBalanceConfig();
|
||||
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