From f8470089a905db5f48175a4a889c5402b575e2f8 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 22 Sep 2020 12:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 221e5ae..3ab9a94 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ function tongzhi(info,type){ ### [地址](${baseurl + info.url}) ${new Date().toString()} ` - if (JSON.stringify(data) === '{}') { + if (JSON.stringify(buglist) === '{}') { return ; } console.log({text:title,desp:data})