fix(api): import db correctly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { checkHealth as checkDbHealth } from "@basango/db/utils/health";
|
||||
import { checkHealth as checkDbHealth } from "@basango/db";
|
||||
|
||||
export async function checkHealth(): Promise<void> {
|
||||
await checkDbHealth();
|
||||
|
||||
Reference in New Issue
Block a user