fixed date issue
This commit is contained in:
parent
60be4fbdfb
commit
1a2df4fdf8
@ -104,7 +104,7 @@
|
|||||||
const submit = async () => {
|
const submit = async () => {
|
||||||
if (!recordingURL) return;
|
if (!recordingURL) return;
|
||||||
|
|
||||||
const dateStr = new Date().toISOString().substring(0, 10);
|
const dateStr = date.toISOString().substring(0, 10);
|
||||||
|
|
||||||
const blob = await (await fetch(recordingURL)).blob();
|
const blob = await (await fetch(recordingURL)).blob();
|
||||||
const buffer = await blob.arrayBuffer();
|
const buffer = await blob.arrayBuffer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user