remove unused var

main
Zynh0722 2024-04-02 19:33:26 -07:00
parent f9a5d5cdac
commit 390b4029b4
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ async function getPatchHrefs() {
} }
} }
let patchHrefs: string[] = [];
[...Array(7).keys()] [...Array(7).keys()]
.map((val) => ++val) .map((val) => ++val)
.map(async (page) => { .map(async (page) => {