Problem
Both PR #108 (fix/101+102) and PR #109 (fix/103) include changes to backend/src/routes/documents.ts that remove PII-laden console.log calls from the handleEditResolution handler. These changes are not mentioned in either PR's body and the commits reference Closes #94 — an unrelated issue number.
The documents.ts diff is identical in both branches, which means:
- The change will apply cleanly on the first merge but be a no-op on the second merge.
- Reviewers cannot determine from the PR body whether these changes are intentional or accidental carry-over.
- The audit trail is unclear — it is impossible to tell from the PR which issue this work closes.
Fix required
Problem
Both PR #108 (fix/101+102) and PR #109 (fix/103) include changes to
backend/src/routes/documents.tsthat remove PII-ladenconsole.logcalls from thehandleEditResolutionhandler. These changes are not mentioned in either PR's body and the commits referenceCloses #94— an unrelated issue number.The documents.ts diff is identical in both branches, which means:
Fix required
handleEditResolution.Closes #Nkeyword.