Skip to content

Commit

Permalink
Merge pull request #46 from lwhitelock/dev
Browse files Browse the repository at this point in the history
#42 Fixed bug caused by fixing a bug
  • Loading branch information
greenlighttec authored Aug 11, 2023
2 parents 0936273 + 58f94fd commit 1d48caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HuduAPI/Public/Set-HuduCompany.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Set-HuduCompany {

$Object = Get-HuduCompanies -Id $Id

$Company = [ordered]@{company = $Object.company }
$Company = [ordered]@{company = $Object }

if ($Name) {
$Company.company.name = $Name
Expand Down

0 comments on commit 1d48caf

Please sign in to comment.