1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00

Remove solved TODO

This commit is contained in:
Pierre HUBERT 2020-03-31 14:19:36 +02:00
parent b742114854
commit b688f09faf

View File

@ -42,7 +42,6 @@ export class RequestHandler extends BaseRequestsHandler {
* Get remote IP address * Get remote IP address
*/ */
public get remoteIP() : string { public get remoteIP() : string {
// TODO : check in production
return this.req.ip; return this.req.ip;
} }