This commit is contained in:
lda
2026-04-04 02:22:54 +07:00 Unverified
parent 3339faebfb
commit b5972196ee
6 changed files with 34 additions and 46 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export async function sendWake(name) {
const j = await r.json();
if (!j.success) {
if (j.error) {
elLog.textContent = `wake error: ${j.error}`;
setPill("bad", "error");
return;