mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 15:25:11 +00:00
Fix another style error
This commit is contained in:
parent
23c4aa2571
commit
36af07abe2
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class HttpsRequestServiceAgent extends https.Agent {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return socket;
|
return socket;
|
||||||
};
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
private isPrivateIp(ip: string): boolean {
|
private isPrivateIp(ip: string): boolean {
|
||||||
|
|
Loading…
Reference in a new issue