@typus/typus-perp-sdk 1.1.8 → 1.1.9
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.
- package/dist/src/fetch.js +0 -1
- package/package.json +1 -1
package/dist/src/fetch.js
CHANGED
|
@@ -486,7 +486,6 @@ function getLiquidationPriceAndPnl(config, pythClient, input) {
|
|
|
486
486
|
}
|
|
487
487
|
finally { if (e_4) throw e_4.error; }
|
|
488
488
|
}
|
|
489
|
-
console.log(input.positions.slice(3, 4));
|
|
490
489
|
try {
|
|
491
490
|
for (_e = __values(input.positions.slice(2, 3)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
492
491
|
position = _f.value;
|