Code clean-up

This commit is contained in:
Cohee
2023-11-12 22:35:17 +02:00
parent 9a1d1594d6
commit 0d4e5c31e2
5 changed files with 6 additions and 35 deletions

View File

@@ -227,7 +227,7 @@ async function loadWorldInfoData(name) {
}
async function updateWorldInfoList() {
var result = await fetch("/getsettings", {
const result = await fetch("/getsettings", {
method: "POST",
headers: getRequestHeaders(),
body: JSON.stringify({}),