Skip to content

Commit 4f9aa04

Browse files
fixes bpa sync
1 parent 9ce28eb commit 4f9aa04

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)