Fixed removing RFCs
This commit is contained in:
parent
6bc7e887e0
commit
bcb2aaa26d
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue