1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Remove export

This commit is contained in:
Adria Navarro 2023-06-14 11:21:47 +01:00
parent a68dc7c965
commit d507eb487a

View file

@ -20,7 +20,7 @@
await downloadFile(url, { excludeRows }) await downloadFile(url, { excludeRows })
} }
export async function downloadFile(url, body) { async function downloadFile(url, body) {
try { try {
const response = await fetch(url, { const response = await fetch(url, {
method: "POST", method: "POST",