Skip to content

Commit a3b3ecb

Browse files
committed
Update Invoke-ExecCippReplacemap.ps1
1 parent 48629a6 commit a3b3ecb

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-ExecCippReplacemap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Invoke-ExecCippReplacemap {
1010

1111
$Table = Get-CippTable -tablename 'CippReplacemap'
1212
$Action = $Request.Query.Action ?? $Request.Body.Action
13-
$customerId = $Request.Query.customerId ?? $Request.Body.customerId
13+
$customerId = $Request.Query.tenantId ?? $Request.Body.tenantId
1414

1515
if (!$customerId) {
1616
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{

0 commit comments

Comments
 (0)