diff --git a/index.ts b/index.ts index 75aa94f..eb78b57 100644 --- a/index.ts +++ b/index.ts @@ -12,8 +12,6 @@ async function getPatchHrefs() { } } - let patchHrefs: string[] = []; - [...Array(7).keys()] .map((val) => ++val) .map(async (page) => {