From 456008985a36c29cd5cff129ae52434b2ffa195d Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 4 Jan 2025 02:37:08 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 40ef450..2b435ad 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -304,7 +304,7 @@ function Install-SVSMSP { Perform-ToolkitInstallation } - Install-SVSMSP -InstallToolkit + # Install-SVSMSP -InstallToolkit # ---------------------------------------------------------------------------------- @@ -346,7 +346,7 @@ function Get-N8nWebhookData { - return $data + # return $data } catch { Write-Host "Error making the GET request:" -ForegroundColor Red