Skip to content

Commit 9ac40f3

Browse files
clean thingy
1 parent 2ebd9ff commit 9ac40f3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Modules/CIPPCore/Public/Set-CIPPDBCacheAuthenticationFlowsPolicy.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ function Set-CIPPDBCacheAuthenticationFlowsPolicy {
2727
}
2828

2929
} catch {
30-
Write-LogMessage -API 'CIPPDBCache' -tenant $TenantFilter `
31-
-message "Failed to cache authentication flows policy: $($_.Exception.Message)" `
32-
-sev Warning `
33-
-LogData (Get-CippException -Exception $_)
30+
Write-LogMessage -API 'CIPPDBCache' -tenant $TenantFilter -message "Failed to cache authentication flows policy: $($_.Exception.Message)" -sev Warning -LogData (Get-CippException -Exception $_)
3431
}
3532
}

0 commit comments

Comments
 (0)