chore: remove nullable

todo: maybe add this in the future
This commit is contained in:
itsscb 2025-04-26 22:39:23 +02:00
parent 55d4504645
commit 63984526a7

View File

@ -43,7 +43,7 @@
# Nullable type # Nullable type
[Parameter(ParameterSetName = 'Set1')] [Parameter(ParameterSetName = 'Set1')]
[Nullable[bool]]$IsEnabled [bool]$IsEnabled
) )
process {} process {}