cleanup
This commit is contained in:
parent
d10073740d
commit
ba928a8309
|
@ -47,7 +47,6 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
|
||||||
},
|
},
|
||||||
body: JSON.stringify(toSend),
|
body: JSON.stringify(toSend),
|
||||||
}).then(res => res.json()).then(res => {
|
}).then(res => res.json()).then(res => {
|
||||||
console.log(res);
|
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
setFeedbackStatus("sent");
|
setFeedbackStatus("sent");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue