AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Set-TdIncident -LocationID #109

Open goback136 opened 3 years ago

goback136 commented 3 years ago

Found copy paste typo in Set-TdIncident -LocationID

Changed 'object' into 'branch'

       LocationId {
            $val = @{ id = $LocationId }
            $body | Add-Member -MemberType NoteProperty -name **branch** -Value $val
        }