fix #guild-cheats value
All checks were successful
Build / build (pull_request) Successful in 1m8s

a mistake in previous merging action
This commit is contained in:
AlexisinGit 2025-09-24 03:54:24 +08:00
parent 0bbd05c8b8
commit d07fc19281

View File

@ -3267,7 +3267,7 @@ document.querySelectorAll("#guild-cheats input[type=checkbox]").forEach(elm => {
contentType: "application/json",
data: JSON.stringify({
key: elm.id,
value: value
value: elm.checked
})
});
});