Fixed removing RFCs
This commit is contained in:
parent
6bc7e887e0
commit
bcb2aaa26d
|
@ -59,8 +59,8 @@
|
|||
"Content-Type": "application/json"
|
||||
},
|
||||
body: JSON.stringify({
|
||||
year: year,
|
||||
id: id,
|
||||
year: parseInt(year),
|
||||
id: parseInt(id),
|
||||
token: localStorage.getItem("SECRET-token")
|
||||
})
|
||||
}).then(function(response) {
|
||||
|
|
Loading…
Reference in New Issue