zhangchunrui 1 місяць тому
батько
коміт
ff8d7478d2
1 змінених файлів з 1 додано та 4 видалено
  1. 1 4
      index.mjs

+ 1 - 4
index.mjs

@@ -304,10 +304,7 @@ async function processTradePair() {
   } else {
     firstRun = false
     for (const pair of tradePair) {
-      const success = await sendToDiscordTradePair(pair)
-      if (success) {
-        sentTradePair.add(pair.poolAddress)
-      }
+      sentTradePair.add(pair.poolAddress)
     }
     console.log('第一次运行,不发送交易对')
   }