79671564

Date: 2025-06-19 05:32:44
Score: 1.5
Natty:
Report link

For starter, make sure the port number that (process.env.PORT) is returning, is an integer not a string. So, you can try Value as in this format:

parseInt(process.env.PORT, 10); 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Raihan Raphy