remove erroneous variable

This commit is contained in:
Johann150 2023-07-16 17:43:15 +02:00
parent 2fbd31abe6
commit 456a86af8d
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -43,7 +43,7 @@ export async function getResponse(args: { url: string, method: string, body?: st
method: args.method,
headers: Object.assign({
'User-Agent': config.userAgent,
}, args.headers),args.headers,
}, args.headers),
body: args.body,
redirect: args.redirect,
size: args.size || 10 * 1024 * 1024, // 10 MiB