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.
- package/dist/index.js +1 -1
- 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
|
|
1252
|
+
const logLines = ["自动 redeem 状态:"];
|
|
1253
1253
|
if (execRedeems.length > 0) {
|
|
1254
1254
|
logLines.push(
|
|
1255
1255
|
`redeem 本轮执行(待确认): ${execRedeems.length} 个`,
|