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