diff --git a/src/api/export.ts b/src/api/export.ts index 5d80674..ed601e4 100644 --- a/src/api/export.ts +++ b/src/api/export.ts @@ -145,8 +145,6 @@ async function _export({ if (range === 2) { if (type === 'text/html' && pathname !== '/service-worker-index.html') { - const urls: URL[] = []; - const cleaned = clean_html(body); const q = yootils.queue(8);