Skip to content

Commit eb1c02a

Browse files
authored
Merge pull request KelvinTegelaar#978 from KelvinTegelaar/dev
Dev
2 parents d6d3352 + 7bc5bed commit eb1c02a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Extensions/Invoke-ExecExtensionsConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Function Invoke-ExecExtensionsConfig {
5757
}
5858
}
5959
if ($Request.Body.$APIKey.PSObject.Properties -notcontains 'APIKey') {
60-
a$Request.Body.$APIKey | Add-Member -MemberType NoteProperty -Name APIKey -Value 'SentToKeyVault' -PassThru
60+
$Request.Body.$APIKey | Add-Member -MemberType NoteProperty -Name APIKey -Value 'SentToKeyVault' -PassThru
6161
} else {
6262
$Request.Body.$APIKey.APIKey = 'SentToKeyVault'
6363
}

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.1
1+
6.0.2

0 commit comments

Comments
 (0)