Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/spec/src/contracts/scoped-context.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,7 +61,7 @@
* - `create` (an `insert` alias), `deleteById`, `execute` — no call site at
* all outside those fixtures.
* - `sudo()`. The one exclusion with a real cross-package caller — plugin-audit's
* `persistAuditTrailRow` and its `captureBefore` snapshot both reach
* `persistAuditTrailRow` and `resolveLookupTitles` both reach
* `api.sudo()` — and it is excluded ON PURPOSE rather than for lack of
* evidence, which is why it is called out instead of listed above. Every
* one of those callers holds the value as `any` (`api: any`,
Expand Down
Loading