Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Nooijen committed Dec 6, 2018
1 parent 7f11b6c commit 9b3ad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const addRelatedArticlesToArticleObject = async (knex, id, article) => {
return articleWithRelatedArticles;
};

const getArticle = async (knex, id)=> {
const getArticle = async (knex, id) => {
const fields = [
...fieldsBase,
'article_content.html_content',
Expand Down

0 comments on commit 9b3ad96

Please sign in to comment.