mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: make ESLint and TypeScript happy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user