Skip to content

Commit

Permalink
remove duplicate sanitizer 3434
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Apr 24, 2024
1 parent 5a1c65a commit 077bb4f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,6 @@ public SanitizerDictionary() {
new BodyKeySanitizer("$..userId"),
"AZSDK3433"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..id"),
"AZSDK3434"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..storageAccount"),
"AZSDK3435"
Expand Down

0 comments on commit 077bb4f

Please sign in to comment.