Skip to content

Commit 06025c8

Browse files
committed
fix(alert): fix typo in write alert function usage for QuarantineRequestAlert
1 parent e704077 commit 06025c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPStandards/Public/Standards/Invoke-CIPPStandardQuarantineRequestAlert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function Invoke-CIPPStandardQuarantineRequestAlert {
9595
Write-LogMessage -API 'Standards' -Tenant $Tenant -Message 'Quarantine Request Alert is enabled' -sev Info
9696
} else {
9797
$Message = 'Quarantine Request Alert is not enabled.'
98-
Write-StandardsAlert -message $Message -object $CurrentState -tenant $Tenant -standardName 'QuarantineRequestAlerts' -standardId $Settings.standardId
98+
Write-StandardsAlert -message $Message -object $CurrentState -tenant $Tenant -standardName 'QuarantineRequestAlert' -standardId $Settings.standardId
9999
Write-LogMessage -API 'Standards' -Tenant $Tenant -Message $Message -sev Info
100100
}
101101
}

0 commit comments

Comments
 (0)