Files
triggerdotdev--trigger.dev/apps
Daniel Sutton 69464b9a64 fix(webapp): bound the fixed-length flag key IN filters
CI's oxlint flags an unbounded Prisma `in:` filter: the list length becomes
the bind-parameter count, so each distinct length is a separate prepared
statement. Both lists here are compile-time constants, but boundedIn is what
the neighbouring call sites use and it needs no suppression comment. It pads
to the next power of two by repeating the last key, which an IN over a unique
column does not notice.
2026-08-24 12:23:53 +01:00
..