Skip to content

Commit 8c617e4

Browse files
committed
Fix formatting issue.
1 parent e9c1dcb commit 8c617e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/wpgraphql-logging/src/Logger/Processors/DataSanitizationProcessor.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ protected function get_recommended_rules(): array {
6767
'request.app_context.viewer.allcaps' => 'remove',
6868
'request.app_context.viewer.cap_key' => 'remove',
6969
'request.app_context.viewer.caps' => 'remove',
70-
'variables.username' => 'anonymize',
71-
'variables.password' => 'anonymize',
72-
'variables.email' => 'anonymize',
70+
'variables.username' => 'anonymize',
71+
'variables.password' => 'anonymize',
72+
'variables.email' => 'anonymize',
7373
];
7474

7575
return apply_filters( 'wpgraphql_logging_data_sanitization_recommended_rules', $rules );

0 commit comments

Comments
 (0)