This commit is contained in:
adueck 2022-10-11 15:27:12 +05:00
parent d10073740d
commit ba928a8309
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
},
body: JSON.stringify(toSend),
}).then(res => res.json()).then(res => {
console.log(res);
if (res.ok) {
setFeedbackStatus("sent");
} else {