Skip to content

Commit

Permalink
Fixed wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aperez-worklytics committed Feb 7, 2025
1 parent 6fbce3e commit bb9bbb1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ public class PrebuiltSanitizerRules {
.transform(Transform.Pseudonymize.builder()
.jsonPath("$..actor")
.jsonPath("$..user")
.jsonPath("$..userId")
.jsonPath("$..user_id")
.jsonPath("$..started_by")
.build())
Expand All @@ -281,7 +280,6 @@ public class PrebuiltSanitizerRules {
.transform(Transform.Pseudonymize.builder()
.jsonPath("$..actor")
.jsonPath("$..user")
.jsonPath("$..userId")
.jsonPath("$..user_id")
.jsonPath("$..started_by")
.build())
Expand Down

0 comments on commit bb9bbb1

Please sign in to comment.