fix client db ts types
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
try {
|
||||
const { db } = await getClientDb();
|
||||
const { db } = getClientDb();
|
||||
await ensureSeeded();
|
||||
const res = await getAnimeWithSongsByAnnId(db, annId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user