We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25c3daa + 00306a2 commit 95eed0cCopy full SHA for 95eed0c
ServiceNow/Public/Get-ServiceNowRequestItem.ps1
@@ -93,7 +93,7 @@ function Get-ServiceNowRequestItem {
93
# Perform query and return each object in the format.ps1xml format
94
$Result = Get-ServiceNowTable @getServiceNowTableSplat
95
If (-not $Properties) {
96
- $Result | ForEach-Object {$_.PSObject.TypeNames.Insert(0,'ServiceNow.Request')}
+ $Result | ForEach-Object {$_.PSObject.TypeNames.Insert(0,'ServiceNow.RequestItem')}
97
}
98
$Result
99
0 commit comments