Files
Daniel Sutton 0136d39953 refactor(webapp): route the global flags write through the transaction helper
Use the $transaction helper from ~/db.server instead of calling
client.$transaction directly, so the write gets tracing and infra-error
boundary logging. The helper is callback-only, so the batched upserts
become sequential statements inside one interactive transaction, and an
undefined result is treated as a failure rather than a silent no-op.
2026-08-21 14:08:38 +01:00
..