fix client db ts types

This commit is contained in:
2026-02-05 19:08:35 -08:00
parent c3d2295ed1
commit 6cac7327fa
4 changed files with 16 additions and 36 deletions

View File

@@ -64,7 +64,7 @@ export async function ensureSeeded(
}
// Prefer streaming when possible.
const { overwriteDatabaseFile } = await getClientDb();
const { overwriteDatabaseFile } = getClientDb();
if (res.body) {
await overwriteDatabaseFile(res.body);