Skip to content

Commit 9784888

Browse files
committed
Whoops forgot camel casing
1 parent ed55e69 commit 9784888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ListPerUserMFA.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Invoke-ListPerUserMFA {
1818
Write-Host 'PowerShell HTTP trigger function processed a request.'
1919

2020
# Parse query parameters
21-
$Tenant = $Request.query.TenantFilter
21+
$Tenant = $Request.query.tenantFilter
2222
try {
2323
$AllUsers = [System.Convert]::ToBoolean($Request.query.allUsers)
2424
} catch {

0 commit comments

Comments
 (0)