Skip to content

Commit

Permalink
Whoops forgot camel casing
Browse files Browse the repository at this point in the history
  • Loading branch information
kris6673 committed Nov 13, 2024
1 parent ed55e69 commit 9784888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Invoke-ListPerUserMFA {
Write-Host 'PowerShell HTTP trigger function processed a request.'

# Parse query parameters
$Tenant = $Request.query.TenantFilter
$Tenant = $Request.query.tenantFilter
try {
$AllUsers = [System.Convert]::ToBoolean($Request.query.allUsers)
} catch {
Expand Down

0 comments on commit 9784888

Please sign in to comment.