🔧 chore: Fix errors causing unit tests and ESLint checks to fail

This commit is contained in:
Dustin Healy 2025-07-21 07:59:21 -07:00
parent a360b61a2f
commit e2d0de6b65
3 changed files with 3 additions and 11 deletions

View file

@ -108,6 +108,8 @@ https://www.librechat.ai/docs/configuration/stt_tts`);
return null;
} else {
logger.info('Custom config file loaded:');
logger.info(JSON.stringify(customConfig, null, 2));
logger.debug('Custom config:', customConfig);
}