From d2b81625513983da7e89fdaa683e00c9848ef0bd Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 25 Jan 2025 18:16:12 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 759747e..8798f06 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -1501,7 +1501,7 @@ try { switch ($request.Url.AbsolutePath) { "/offboard/uninstallSVSMSPModule" { try { - Uninstall-SVSMSPModule + $responseString = "Uninstalled SVSMSP Module successfully." $response.StatusCode = 200 } catch {