mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 09:52:30 +00:00
Removed unnecessary comment
This commit is contained in:
parent
b3826d33ec
commit
af62a28bef
1 changed files with 1 additions and 2 deletions
|
|
@ -47,12 +47,11 @@ function New-Category()
|
|||
[switch]$checkin_email
|
||||
)
|
||||
|
||||
# $Values = . Get-ParameterValue
|
||||
$Values = @{
|
||||
"name" = $name
|
||||
"category_type" = $category_type
|
||||
}
|
||||
|
||||
|
||||
if ($use_default_eula) {
|
||||
$Values += @{"use_default_eula" = $true}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue