From 4e2230d7cf62b246007f67290b1027761cd4d759 Mon Sep 17 00:00:00 2001 From: tamaina Date: Tue, 28 Feb 2023 15:22:36 +0000 Subject: [PATCH] fix build --- built/download.js | 1 - 1 file changed, 1 deletion(-) diff --git a/built/download.js b/built/download.js index 4d77dcd..48ef76a 100644 --- a/built/download.js +++ b/built/download.js @@ -85,7 +85,6 @@ export async function downloadUrl(url, path, settings = defaultDownloadConfig) { } if (process.env.NODE_ENV !== 'production') console.log(`Download finished: ${url}`); - return { filename, };