Closed BrooksV closed 5 months ago
Line 66 return [PSCustomObject] @{ PageSize = 'Unknown'; $Rotated = $null } $Rotated needs to be Rotated as it's not a variable but a property name return [PSCustomObject] @{ PageSize = 'Unknown'; Rotated = $null }
return [PSCustomObject] @{ PageSize = 'Unknown'; $Rotated = $null }
return [PSCustomObject] @{ PageSize = 'Unknown'; Rotated = $null }
Care to create PR?
Line 66
return [PSCustomObject] @{ PageSize = 'Unknown'; $Rotated = $null }
$Rotated needs to be Rotated as it's not a variable but a property namereturn [PSCustomObject] @{ PageSize = 'Unknown'; Rotated = $null }