Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DesertsPan committed Sep 18, 2018
1 parent 6bff391 commit c41b576
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utilities/send-mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ exports.notice = (comment) => {
if (error) {
return console.log(error);
}
console.log('通知邮件发送成功!');
comment.set('isNotified', true);
comment.save();
});
}

Expand Down

0 comments on commit c41b576

Please sign in to comment.