You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/libs/data-access-layer/src/old/apps/data_sink_worker/repo/requestedForErasureMemberIdentities.repo.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,9 @@ export default class RequestedForErasureMemberIdentitiesRepository extends Repos
90
90
}else{
91
91
// The SQL query above already filters non-EMAIL identities by platform, so the
92
92
// in-memory filter must also include platform. Without it, two identities sharing
93
-
// (type, value) but on different platforms both match, causing singleOrDefault to
94
-
// throw "Array contains more than one matching element!" — a deterministic crash
95
-
// that will never self-heal since the same data triggers the same failure every time.
93
+
// (type, value) but on different platforms would both match. The previous
94
+
// singleOrDefault call threw "Array contains more than one matching element!" in that
95
+
// case — a deterministic crash that never self-heals.
0 commit comments