Update SVSTaskGate.ps1

This commit is contained in:
2025-01-05 19:09:02 -05:00
parent fb64a3918d
commit fa7547d8dd

View File

@@ -739,7 +739,7 @@ function GetHtmlContent {
}); });
} }
if (SetSVSPowerplan.checked) { if (setSVSPowerplan.checked) {
fetch('/SetSVSPowerplan', { method: 'GET' }); fetch('/SetSVSPowerplan', { method: 'GET' });
appendLog("Setting SVS Powerplan", "cyan"); appendLog("Setting SVS Powerplan", "cyan");
} }