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