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

Commit 9b3ad96

Browse files
author
Luciano Nooijen
committed
Fixed linting errors
1 parent 7f11b6c commit 9b3ad96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/articles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const addRelatedArticlesToArticleObject = async (knex, id, article) => {
8989
return articleWithRelatedArticles;
9090
};
9191

92-
const getArticle = async (knex, id)=> {
92+
const getArticle = async (knex, id) => {
9393
const fields = [
9494
...fieldsBase,
9595
'article_content.html_content',

0 commit comments

Comments
 (0)