diff --git a/Build/lib/fetch-retry.ts b/Build/lib/fetch-retry.ts index c8e570e4..a5de36e9 100644 --- a/Build/lib/fetch-retry.ts +++ b/Build/lib/fetch-retry.ts @@ -153,7 +153,7 @@ export class ResponseError extends Erro export const defaultRequestInit = { headers: { - 'User-Agent': 'curl/8.12.1 (https://github.com/SukkaW/Surge)' + 'User-Agent': 'node-fetch' } };