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