Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#978 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JohnDuprey authored Jul 11, 2024
2 parents d6d3352 + 7bc5bed commit eb1c02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Function Invoke-ExecExtensionsConfig {
}
}
if ($Request.Body.$APIKey.PSObject.Properties -notcontains 'APIKey') {
a$Request.Body.$APIKey | Add-Member -MemberType NoteProperty -Name APIKey -Value 'SentToKeyVault' -PassThru
$Request.Body.$APIKey | Add-Member -MemberType NoteProperty -Name APIKey -Value 'SentToKeyVault' -PassThru
} else {
$Request.Body.$APIKey.APIKey = 'SentToKeyVault'
}
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
6.0.2

0 comments on commit eb1c02a

Please sign in to comment.