Skip to content

Commit

Permalink
for API as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiismadd committed Nov 23, 2022
1 parent 5d5097f commit 98b995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Standard-CT-Module/CT-PS-Standard.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Function Write-Transcript {
Function Write-API-Log {
[CmdletBinding()]
Param(
[Parameter(ValueFromPipeline=$True, ValueFromPipelineByPropertyName=$True, Mandatory = $true)]
[Parameter(ValueFromPipeline=$True, ValueFromPipelineByPropertyName=$True)]
$output,
[Parameter(ValueFromPipeline=$True, ValueFromPipelineByPropertyName=$True)]
[switch] $NoNewLine
Expand Down

0 comments on commit 98b995a

Please sign in to comment.