hedgequantx 2.7.46 → 2.7.47

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.7.46",
3
+ "version": "2.7.47",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
package/src/app.js CHANGED
@@ -173,12 +173,9 @@ const run = async () => {
173
173
  if (restored) {
174
174
  currentService = connections.getAll()[0].service;
175
175
  await refreshStats();
176
- spinner.succeed('SESSION RESTORED');
177
- } else {
178
- spinner.stop();
179
176
  }
180
177
 
181
- await new Promise(r => setTimeout(r, 500));
178
+ spinner.stop();
182
179
 
183
180
  // Main loop
184
181
  while (true) {