Chore: make ESLint and TypeScript happy

This commit is contained in:
SukkaW
2025-08-07 22:28:15 +08:00
parent ce924cfd2e
commit 807fc19a46
7 changed files with 188 additions and 189 deletions

View File

@@ -46,9 +46,7 @@ export const downloadPreviousBuild = task(require.main === module, __filename)(a
// https://github.com/unjs/giget/issues/97
// https://gitlab.com/gitlab-org/gitlab/-/commit/50c11f278d18fe1f3fb12eb595067216bb58ade2
'sec-fetch-mode': 'same-origin'
},
// Allow redirects by default
maxRedirections: 5
}
},
({ statusCode, body }) => {
if (statusCode !== 200) {