From 536c88a63859b1d4bb83d783f913449381e26b48 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 27 Nov 2024 15:43:06 +0000 Subject: [PATCH] chore: linting --- app/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config.js b/app/config.js index 7d0e46b..1f1a251 100644 --- a/app/config.js +++ b/app/config.js @@ -118,7 +118,6 @@ function loadConfig() { * Merges the default configuration with user-provided config.json if it exists. * Falls back to default configuration if config.json is missing or invalid. * Overrides listen.port with PORT environment variable if provided. - * * @returns {Object} Configuration object with the following structure: * @returns {Object} .listen - Server listening settings * @returns {string} .listen.ip - IP address to listen on (default: "0.0.0.0")