hedgequantx 2.6.10 → 2.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/app.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.10",
3
+ "version": "2.6.11",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
package/src/app.js CHANGED
@@ -285,7 +285,7 @@ const run = async () => {
285
285
 
286
286
  if (!connections.isConnected()) {
287
287
  console.clear();
288
- await banner(false);
288
+ await bannerOpen();
289
289
  const choice = await mainMenu();
290
290
 
291
291
  if (choice === 'exit') {