Skip to content

Commit 46a0973

Browse files
Merge pull request #352 from johnstegeman/publish
Fix code markup
2 parents f113532 + 18cfec5 commit 46a0973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/demos/pages/fraud-demo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ when "Address" then item.street
254254
when "PhoneNumber" then item.number
255255
when "Email" then item.emailAddress
256256
else "u" end as identity, labels(item)[0] AS itemType, nbSharedIdentifierRelationships
257-
----
258257
ORDER BY nbSharedIdentifierRelationships DESC LIMIT 10
258+
----
259259

260260
It finds PII that is shared by more than one customer, the number of customers sharing the PII, and the type and details of the shared PII. The results of the query are shown in the _Customers Sharing PII_ report:
261261

0 commit comments

Comments
 (0)