mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
use nullable ints
This commit is contained in:
parent
28a6ffd05f
commit
36a9fe3d04
1 changed files with 2 additions and 2 deletions
|
|
@ -46,9 +46,9 @@ function Set-SnipeitLicenseSeat()
|
|||
[int]$seat_id,
|
||||
|
||||
[Alias('assigned_id')]
|
||||
[int]$assigned_to,
|
||||
[Nullable[System.Int32]]$assigned_to,
|
||||
|
||||
[int]$asset_id,
|
||||
[Nullable[System.Int32]]$asset_id,
|
||||
|
||||
[string]$note,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue