From 5d5858f82b40ccec1891f8d21ee1db80439c0592 Mon Sep 17 00:00:00 2001 From: shanmite Date: Sat, 9 Sep 2023 16:30:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E6=B3=95=E5=B7=B2=E8=AF=BB?= =?UTF-8?q?=E6=9C=AA=E5=85=B3=E6=B3=A8=E6=9C=AA=E8=AF=BB=E7=A7=81=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/check.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/check.js b/lib/check.js index ff8f945..853fde8 100644 --- a/lib/check.js +++ b/lib/check.js @@ -84,12 +84,11 @@ async function isMe(num) { } if (follow_unread) { log.info('中奖检测', '<-- 正在检查已关注者的私信') - await check(1) } if (unfollow_unread) { log.info('中奖检测', '<-- 正在检查未关注者的私信') - await check(2) } + await check("1") log.info('中奖检测', '--> OK'); } if (desp) {