fix types

This commit is contained in:
syuilo
2022-04-03 16:30:22 +09:00
parent 41c2aed7dc
commit 91f4ec3747
4 changed files with 12 additions and 8 deletions

View File

@ -113,7 +113,8 @@ export class LdSignature {
headers: {
Accept: 'application/ld+json, application/json',
},
timeout: this.loderTimeout,
// TODO
//timeout: this.loderTimeout,
agent: u => u.protocol === 'http:' ? httpAgent : httpsAgent,
}).then(res => {
if (!res.ok) {