Fixed removing RFCs

This commit is contained in:
Tracker-Friendly 2024-10-17 17:34:44 +01:00
parent 6bc7e887e0
commit bcb2aaa26d
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@
"Content-Type": "application/json" "Content-Type": "application/json"
}, },
body: JSON.stringify({ body: JSON.stringify({
year: year, year: parseInt(year),
id: id, id: parseInt(id),
token: localStorage.getItem("SECRET-token") token: localStorage.getItem("SECRET-token")
}) })
}).then(function(response) { }).then(function(response) {