···184184185185 // FIXME: this also assumes that the requesting lattice's DID is a did:web
186186 // see below for the rest of the issues.
187187- if (routeThroughUri.rKey === SERVICE_DID.slice(8)) {
187187+ if (routeThroughUri.rKey !== SERVICE_DID.slice(8)) {
188188 errors.push(
189189 "Mismatch between claimant lattice and channel routeThrough. Request wants to validate for",
190190 routeThroughUri.rKey,