1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +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 })
}
export async function downloadFile(url, body) {
async function downloadFile(url, body) {
try {
const response = await fetch(url, {
method: "POST",