misc formatting
| @@ -247,7 +247,7 @@ app.use(responseTime()); | ||
| 247 | 247 | function stringToBool(str) { |
| 248 | 248 | if (str === 'true') return true; |
| 249 | 249 | if (str === 'false') return false; |
| 250 | - return str; // or throw an error | |
| 250 | + return str; | |
| 251 | 251 | } |
| 252 | 252 | |
| 253 | 253 | const server_port = cliArguments.port ?? process.env.SILLY_TAVERN_PORT ?? getConfigValue('port', DEFAULT_PORT); |