polycopy 0.1.6 → 0.1.7

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 +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1404,8 +1404,6 @@ class Trader {
1404
1404
  break;
1405
1405
  case "TIMEOUT":
1406
1406
  init.logger.warning("订单超时,尝试取消");
1407
- telegramService.warning("订单超时", `订单 ID: ${orderId}
1408
- 已尝试取消`);
1409
1407
  await this.client.cancelOrder(orderId);
1410
1408
  break;
1411
1409
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polycopy",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "polycopy test",
5
5
  "main": "dist/index.js",
6
6
  "bin": {