dependabot/npm_and_yarn/mixin-deep-1.3.2
panjunwen 6 years ago
parent 6bff391d0c
commit c41b576508
  1. 3
      utilities/send-mail.js

@ -33,9 +33,6 @@ exports.notice = (comment) => {
if (error) {
return console.log(error);
}
console.log('通知邮件发送成功!');
comment.set('isNotified', true);
comment.save();
});
}

Loading…
Cancel
Save