polycopy 0.2.3 → 0.2.4

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
@@ -1249,7 +1249,7 @@ class Redeemer {
1249
1249
  if (messages.length > 0) {
1250
1250
  telegramService.info(messages.join("\n"));
1251
1251
  }
1252
- const logLines = ["自动 redeem 状态:\n"];
1252
+ const logLines = ["自动 redeem 状态:"];
1253
1253
  if (execRedeems.length > 0) {
1254
1254
  logLines.push(
1255
1255
  `redeem 本轮执行(待确认): ${execRedeems.length} 个`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polycopy",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "polycopy test",
5
5
  "main": "dist/index.js",
6
6
  "bin": {