Skip to content

Commit

Permalink
165401886-feature(fix): fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Akinmyde committed Apr 23, 2019
1 parent 0c2a9c5 commit 13eca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/article.controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ const articleStatus = async (req, res) => {
const messageBody = `<p>your article <b>${
reviewedArticle.article.title
}</b> has been reviewed and the status is <b>${status}</b></p>
<p>Please not that you have to unpublish this article within 2day</p>`;
<p>Please not that you have to unpublish this article within 2days</p>`;
await notifications.reportedArticleNotification(user.email, messageBody);
return res.status(200).json({
updatedReview,
Expand Down

0 comments on commit 13eca19

Please sign in to comment.