Skip to content

Commit d70ac87

Browse files
committed
Casing
1 parent f4eded0 commit d70ac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecExcludeTenant.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Function Invoke-ExecExcludeTenant {
3232
}
3333
try {
3434
# Interact with query parameters or the body of the request.
35-
$Name = $Request.Query.TenantFilter
35+
$Name = $Request.Query.tenantFilter
3636
if ($Request.Query.AddExclusion) {
3737
$Tenants = Get-Tenants -IncludeAll | Where-Object { $Request.body.value -contains $_.customerId }
3838

0 commit comments

Comments
 (0)