Merge pull request #208 from PetriAsi/fix/Reset-SnipeitAccessoryOwner

allow empty body
This commit is contained in:
Petri Asikainen 2021-08-12 22:33:25 +03:00 committed by GitHub
commit dfe6146d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@
[string]$Method = "GET",
# Body of the request
[ValidateNotNullOrEmpty()]
[Hashtable]$Body,
[string] $Token,