foramtting

9f98bee3625c7e004533e6ab3c476ed3664c4097

BPplays <andymalbp@gmail.com>

1 files changed, +2 -2Ignore whitespace
server.js+2 -2
@@ -269,9 +269,9 @@ const enableAccounts = getConfigValue('enableUserAccounts', DEFAULT_ACCOUNTS);
269const uploadsPath = path.join(dataRoot, UPLOADS_DIRECTORY);269const uploadsPath = path.join(dataRoot, UPLOADS_DIRECTORY);
270270
271271
272/** @type {boolean|'auto'} */272/** @type {boolean | "auto"} */
273let enableIPv6 = stringToBool(cliArguments.enableIPv6) ?? getConfigValue('protocol.ipv6', DEFAULT_ENABLE_IPV6);273let enableIPv6 = stringToBool(cliArguments.enableIPv6) ?? getConfigValue('protocol.ipv6', DEFAULT_ENABLE_IPV6);
274/** @type {boolean|'auto'} */274/** @type {boolean | "auto"} */
275let enableIPv4 = stringToBool(cliArguments.enableIPv4) ?? getConfigValue('protocol.ipv4', DEFAULT_ENABLE_IPV4);275let enableIPv4 = stringToBool(cliArguments.enableIPv4) ?? getConfigValue('protocol.ipv4', DEFAULT_ENABLE_IPV4);
276276
277/** @type {string} */277/** @type {string} */