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
4 changes: 2 additions & 2 deletions scripts/check-route-envelope.mjs
Original file line numberDiff line numberDiff line change
Expand Up@@ -242,7 +242,7 @@ const MODULES = {
'packages/rest/src/rest-server.ts': {
dialectOnly:
'the repo\'s hottest response file (208 write sites, edited several times a day) — a `responses` ratchet would go red for edits that are not envelope drift',
ratchet: '#7035 (option 1: convert onto the shared sendOk/sendError)',
ratchet: '#9559 (option 1: convert onto the shared sendOk/sendError)',
stringError: 44,
// 77 → 75 (#7981): registerSecurityEndpoints' two `handleError` arms moved
// off the `{ code, error }` sibling-code literal onto the shared
Expand DownExpand Up@@ -306,7 +306,7 @@ const MODULES = {
responses: 2,
ok: 0,
err: 0,
ratchet: '#7035 (option 1: convert onto the shared sendOk/sendError)',
ratchet: '#9559 (option 1: convert onto the shared sendOk/sendError)',
},
};

Expand Down
Loading