Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
KelvinTegelaar committed Oct 2, 2024
2 parents f0bf845 + 39663e4 commit fe528b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Test-CIPPAuditLogRules {
}

#Filter data based on conditions.
$Where = $Configuration | Where-Object { $_.LogType -eq $LogType } | ForEach-Object {
$Where = $Configuration | ForEach-Object {
$conditions = $_.Conditions | ConvertFrom-Json | Where-Object { $_.Input.value -ne '' }
$actions = $_.Actions
$conditionStrings = [System.Collections.Generic.List[string]]::new()
Expand Down

0 comments on commit fe528b7

Please sign in to comment.