Skip to content

Commit e3ad53e

Browse files
committed
casing
1 parent 0eb798d commit e3ad53e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ExecGroupsDelete.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Function Invoke-ExecGroupsDelete {
2121
$DisplayName = $Request.Query.displayName ?? $Request.Body.displayName
2222

2323
Try {
24-
$Result = Remove-CIPPGroup -ID $ID -Grouptype $GroupType -TenantFilter $TenantFilter -DisplayName $DisplayName -APIName $APIName -Headers $Headers
24+
$Result = Remove-CIPPGroup -ID $ID -GroupType $GroupType -TenantFilter $TenantFilter -DisplayName $DisplayName -APIName $APIName -Headers $Headers
2525
$StatusCode = [HttpStatusCode]::OK
2626
} catch {
2727
$Result = "$($_.Exception.Message)"

0 commit comments

Comments
 (0)