Fix another style error

This commit is contained in:
Julia Johannesen 2024-11-20 20:31:22 -05:00
parent 23c4aa2571
commit 36af07abe2
No known key found for this signature in database
GPG Key ID: 4A1377AF3E7FBC46

View File

@ -93,7 +93,7 @@ class HttpsRequestServiceAgent extends https.Agent {
}
});
return socket;
};
}
@bindThis
private isPrivateIp(ip: string): boolean {