Skip to content

Commit b530d16

Browse files
Fix typo in PSTypeName
1 parent 348c3a6 commit b530d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServiceNow/Public/Get-ServiceNowRequestItem.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ function Get-ServiceNowRequestItem {
8686

8787
# Perform query and return each object in the format.ps1xml format
8888
$Result = Get-ServiceNowTable @getServiceNowTableSplat
89-
$Result | ForEach-Object {$_.PSObject.TypeNames.Insert(0,'ServiceNow.Request')}
89+
$Result | ForEach-Object {$_.PSObject.TypeNames.Insert(0,'ServiceNow.RequestItem')}
9090
$Result
9191
}

0 commit comments

Comments
 (0)