feat(app): lint and beautify

This commit is contained in:
ItzCrazyKns 2024-12-05 20:19:52 +05:30
parent db7407bfac
commit 2c5ca94b3c
2 changed files with 46 additions and 46 deletions

View file

@ -54,7 +54,7 @@ router.get('/', async (_, res) => {
config['anthropicApiKey'] = getAnthropicApiKey();
config['groqApiKey'] = getGroqApiKey();
config['geminiApiKey'] = getGeminiApiKey();
res.status(200).json(config);
} catch (err: any) {
res.status(500).json({ message: 'An error has occurred.' });