chore: linting

This commit is contained in:
Matthew Raymer
2025-09-17 06:53:06 +00:00
parent 2f495f6767
commit 1cbed4d1c2

View File

@@ -695,7 +695,7 @@ export async function runMigrations<T>(
// Begin transaction for atomic execution // Begin transaction for atomic execution
await sqlExec("BEGIN IMMEDIATE"); await sqlExec("BEGIN IMMEDIATE");
try { try {
const execResult = await sqlExec(migration.sql); const execResult = await sqlExec(migration.sql);