From 0b70624e05bb13a6254a433ce30541fc49314e9a Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 13 Jul 2025 02:52:12 +0100 Subject: [PATCH] comments --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index ccf3225..4d9462f 100755 --- a/app.js +++ b/app.js @@ -18,8 +18,8 @@ if (process.argv[2] == "--first-time") { // Define the modules now so they are global let users // contains a list of users, each user is an object containing username,prettyname,hash and description let posts // contains a list of posts, -let comments -let config +let comments // contains a list of comments +let config // contains a set of configuration for the site, see example-config.js for an example try { // We're going to try and import the modules,