@gbozee/ultimate 0.0.2-14 → 0.0.2-15

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38729,7 +38729,7 @@ class ExchangeAccount {
38729
38729
  async windDownSymbol(symbol, risk_reward = 199) {
38730
38730
  const positions = await this.syncAccount({
38731
38731
  symbol,
38732
- as_view: true
38732
+ update: true
38733
38733
  });
38734
38734
  let long_position = positions.find((x) => x.kind === "long");
38735
38735
  let short_position = positions.find((x) => x.kind === "short");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-14",
4
+ "version": "0.0.2-15",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",