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

@@ -21,7 +21,7 @@ const defaultSettings = {
//method from worldinfo
async function updateQuickReplyPresetList() {
var result = await fetch("/getsettings", {
const result = await fetch("/getsettings", {
method: "POST",
headers: getRequestHeaders(),
body: JSON.stringify({}),