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 {