ts on feedback
This commit is contained in:
parent
a7f8e29984
commit
11675b389d
|
@ -43,6 +43,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
|
||||||
feedback,
|
feedback,
|
||||||
rating,
|
rating,
|
||||||
anonymous,
|
anonymous,
|
||||||
|
ts: Date.now(),
|
||||||
};
|
};
|
||||||
setFeedbackStatus("sending");
|
setFeedbackStatus("sending");
|
||||||
fetch("https://account.lingdocs.com/feedback", {
|
fetch("https://account.lingdocs.com/feedback", {
|
||||||
|
|
Loading…
Reference in New Issue