Fix types

This commit is contained in:
SukkaW
2024-10-15 17:39:12 +08:00
parent b742701f59
commit 824fde2fc0
3 changed files with 11 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ export class ResponseError extends Error {
}
}
export const defaultRequestInit: RequestInit = {
export const defaultRequestInit = {
headers: {
'User-Agent': 'curl/8.9.1 (https://github.com/SukkaW/Surge)'
}