Remove export
This commit is contained in:
parent
a68dc7c965
commit
d507eb487a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue