Skip to content

Commit dadccdb

Browse files
committed
reverting some Halo changes.
1 parent 46ef70b commit dadccdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function New-HaloPSATicket {
2222
if ($Ticket.id) {
2323
if (!$Ticket.hasbeenclosed) {
2424
Write-Information 'Ticket is still open, adding new note'
25-
<#$Object = [PSCustomObject]@{
25+
$Object = [PSCustomObject]@{
2626
ticket_id = $ExistingTicket.TicketID
2727
outcome_id = 7
2828
hiddenfromuser = $true
@@ -53,7 +53,7 @@ function New-HaloPSATicket {
5353
Write-Information "Failed to add note to HaloPSA ticket: $Message"
5454
Write-Information "Body we tried to ship: $body"
5555
return "Failed to add note to HaloPSA ticket: $Message"
56-
}#>
56+
}
5757
}
5858
}
5959
else {

0 commit comments

Comments
 (0)