mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 21:24:59 +00:00
remove unused declaration
This commit is contained in:
@@ -145,8 +145,6 @@ async function _export({
|
|||||||
|
|
||||||
if (range === 2) {
|
if (range === 2) {
|
||||||
if (type === 'text/html' && pathname !== '/service-worker-index.html') {
|
if (type === 'text/html' && pathname !== '/service-worker-index.html') {
|
||||||
const urls: URL[] = [];
|
|
||||||
|
|
||||||
const cleaned = clean_html(body);
|
const cleaned = clean_html(body);
|
||||||
|
|
||||||
const q = yootils.queue(8);
|
const q = yootils.queue(8);
|
||||||
|
|||||||
Reference in New Issue
Block a user