From 63984526a7bd918b296c169d4603997e931ec5ac Mon Sep 17 00:00:00 2001 From: itsscb Date: Sat, 26 Apr 2025 22:39:23 +0200 Subject: [PATCH] chore: remove nullable todo: maybe add this in the future --- powershell/test-script.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/test-script.ps1 b/powershell/test-script.ps1 index 6a117fc..66255ba 100644 --- a/powershell/test-script.ps1 +++ b/powershell/test-script.ps1 @@ -43,7 +43,7 @@ # Nullable type [Parameter(ParameterSetName = 'Set1')] - [Nullable[bool]]$IsEnabled + [bool]$IsEnabled ) process {}