misc formatting

591a61a61c177394be984a5b89032d1e3b303dd9

BPplays <andymalbp@gmail.com>

1 files changed, +1 -1Ignore whitespace
server.js+1 -1
@@ -247,7 +247,7 @@ app.use(responseTime());
247function stringToBool(str) {247function stringToBool(str) {
248 if (str === 'true') return true;248 if (str === 'true') return true;
249 if (str === 'false') return false;249 if (str === 'false') return false;
250 return str; // or throw an error250 return str;
251}251}
252252
253const server_port = cliArguments.port ?? process.env.SILLY_TAVERN_PORT ?? getConfigValue('port', DEFAULT_PORT);253const server_port = cliArguments.port ?? process.env.SILLY_TAVERN_PORT ?? getConfigValue('port', DEFAULT_PORT);