From 23685d02c08ce59589d2522793fdd8c626a09a6f Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 13 Jul 2025 02:49:55 +0100 Subject: [PATCH] fixed user importing error --- app.js | 3 ++- hitcount.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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