fix ip check

This commit is contained in:
tamaina 2023-01-03 13:29:47 +00:00
parent 0048f1538c
commit 071a1730b9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export class DownloadService {
buildConnector({
...this.httpRequestService.clientDefaults.connect,
}),
this.isPrivateIp
(ip) => !this.isPrivateIp(ip)
),
bodyTimeout: 30 * 1000,
}));