dependabot/npm_and_yarn/mixin-deep-1.3.2
panjunwen 6 years ago
parent c41b576508
commit d800317e2b
  1. 4
      cloud.js

@ -5,9 +5,7 @@ const request = require('request');
function sendNotification(currentComment) {
// 发送博主通知邮件
if (currentComment.get('mail') !== process.env.BLOGGER_EMAIL){
mail.notice(currentComment);
}
mail.notice(currentComment);
// AT评论通知
// 获取评论内容
var comm = currentComment.get('comment');

Loading…
Cancel
Save