From cbf9641e5ab05c7374bfca0e0e366b7f9138a4db Mon Sep 17 00:00:00 2001 From: GMrrc <143954951+GMrrc@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:25:14 +0100 Subject: [PATCH] Update WebContentViewer.vue --- src/components/WebContentViewer.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/WebContentViewer.vue b/src/components/WebContentViewer.vue index 415cc6a..f199463 100644 --- a/src/components/WebContentViewer.vue +++ b/src/components/WebContentViewer.vue @@ -136,7 +136,6 @@ export default { const zip = await JSZip.loadAsync(zipData); const files = []; - const filePromises = []; zip.forEach((relativePath, file) => { const pathParts = relativePath.split('/').filter(Boolean);