From 1d60c5ad12005f2bd1fdbebe0cf14ac231df5669 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 20 Oct 2024 10:25:33 -0300 Subject: [PATCH] fix alignment issue --- backend/app.js | 12 ++++++------ backend/db.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/app.js b/backend/app.js index 76d404bd..df0bbf38 100644 --- a/backend/app.js +++ b/backend/app.js @@ -1,9 +1,9 @@ -const express = require('express'); -const bodyParser = require('body-parser'); -const fileUpload = require('express-fileupload'); -const compression = require('compression'); -const config = require('./lib/config'); -const log = require('./logger').express; +const express = require('express'); +const bodyParser = require('body-parser'); +const fileUpload = require('express-fileupload'); +const compression = require('compression'); +const config = require('./lib/config'); +const log = require('./logger').express; /** * App diff --git a/backend/db.js b/backend/db.js index 61415b02..cfa107d5 100644 --- a/backend/db.js +++ b/backend/db.js @@ -1,4 +1,4 @@ -const config = require('./lib/config'); +const config = require('./lib/config'); if (!config.has('database')) { throw new Error('Database config does not exist! Please read the instructions: https://nginxproxymanager.com/setup/');