mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
🪙 fix(config): use new field for balance
This commit is contained in:
parent
2da0a7661d
commit
62834e18fb
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const connect = require('./connect');
|
|||
// Done!
|
||||
console.green('Transaction created successfully!');
|
||||
console.purple(`Amount: ${amount}
|
||||
New Balance: ${result.tokenCredits}`);
|
||||
New Balance: ${result.balance}`);
|
||||
silentExit(0);
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue