fix: apply CodeRabbit auto-fixes

This commit is contained in:
2026-07-09 22:39:41 -07:00
parent 3d715c8b89
commit 780a3fa8cb
2 changed files with 34 additions and 1 deletions
@@ -53,6 +53,7 @@ export function insertFixtureSession(dbPath: string, input: FixtureSessionInput)
const db = new Database(dbPath, { readwrite: true });
const stamp = String(input.startedAtMs);
try {
db.run('PRAGMA foreign_keys = ON');
let animeId: number | null = null;
if (input.animeTitleKey) {
const existing = db