fix client db ts types

This commit is contained in:
2026-02-05 19:10:35 -08:00
parent c3d2295ed1
commit 6cac7327fa
4 changed files with 14 additions and 34 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
}
try {
const { db } = await getClientDb();
const { db } = getClientDb();
await ensureSeeded();
const res = await getAnimeWithSongsByAnnId(db, annId);