more db unit tests - best o luck !
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 4m24s

This commit is contained in:
2025-12-06 22:58:37 -08:00
parent 6f74de3f88
commit cea3586984
9 changed files with 600 additions and 16 deletions

View File

@@ -142,7 +142,7 @@ export async function getApplicationStats(): Promise<{
};
} catch (error) {
logger.error('Database error in getApplicationStats:', { error });
throw new Error('Failed to retrieve application statistics.');
throw error; // Re-throw the original error to be handled by the caller
}
}