Add Object.freeze on private enums
Improve code readability
This commit is contained in:
@ -5,4 +5,4 @@ function InspectionResult(decision, description, tcpEndPoint, secureTcpEndPoint)
|
||||
this.secureTcpEndPoint = secureTcpEndPoint || null;
|
||||
}
|
||||
|
||||
module.exports = InspectionResult;
|
||||
module.exports = InspectionResult;
|
Reference in New Issue
Block a user