lint lint

This commit is contained in:
Simon Knott 2024-09-18 08:42:04 +02:00
parent 54cdf38add
commit 717847414e
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -507,7 +507,7 @@ export abstract class APIRequestContext extends SdkObject {
}; };
} }
}); });
serverIPAddress = socket.remoteAddress; serverIPAddress = socket.remoteAddress;
serverPort = socket.remotePort; serverPort = socket.remotePort;
}); });