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})