Skip to content

Commit faddd83

Browse files
authored
Merge pull request #211 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 1c39c75 + 4f9aa04 commit faddd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-ExecBPA.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Invoke-ExecBPA {
3434
$Results = [pscustomobject]@{'Results' = 'BPA queued for execution' }
3535
}
3636
} else {
37-
Start-BPAOrchestrator -TenantFilter $Request.Query.TenantFilter
37+
Start-BPAOrchestrator -TenantFilter $TenantFilter
3838
$Results = [pscustomobject]@{'Results' = 'BPA started' }
3939
}
4040

0 commit comments

Comments
 (0)