Skip to content

Commit cad24d2

Browse files
authored
FortiCare: don't need to ToLower() FortiCare Account (#106)
it will be fix You cannot call a method on a null-valued expression (#105)
1 parent 3ec229c commit cad24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Private/Get-AbrFgtFortiCare.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function Get-AbrFgtForticare {
153153
"Model" = $Model
154154
"Serial" = $Serial
155155
"Status" = $Forticare.status
156-
"Account" = $Forticare.account.ToLower()
156+
"Account" = $Forticare.account
157157
"Company" = $Forticare.company
158158
}
159159

0 commit comments

Comments
 (0)