more db unit tests - best o luck !
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 4m24s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 4m24s
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user