diff --git a/app.js b/app.js index 39d4a27..ccf3225 100755 --- a/app.js +++ b/app.js @@ -22,7 +22,8 @@ let comments let config try { - // We're going to try and import the modules, users = require('./users.js'); + // We're going to try and import the modules, + users = require('./users.js'); posts = require('./posts.js'); comments = require('./comments.js'); config = require('./config.js'); diff --git a/hitcount.txt b/hitcount.txt index 9754915..ddc17b2 100644 --- a/hitcount.txt +++ b/hitcount.txt @@ -1 +1 @@ -259 \ No newline at end of file +260 \ No newline at end of file