style: apply prettier formatting to touched files

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-22 14:57:09 +03:00
parent 8662f21e8f
commit 8e1c8f8f61
10 changed files with 51 additions and 53 deletions

View File

@@ -75,7 +75,9 @@ export const migration010: Migration = {
`);
// Backfill existing rows in JS (parsing JSON per-row is painful in pure SQL).
const rows = db.prepare('SELECT id, trigger_rules, response_scope FROM messaging_group_agents').all() as LegacyRow[];
const rows = db
.prepare('SELECT id, trigger_rules, response_scope FROM messaging_group_agents')
.all() as LegacyRow[];
const update = db.prepare(
`UPDATE messaging_group_agents
SET engage_mode = ?,