79148324

Date: 2024-11-01 14:24:40
Score: 0.5
Natty:
Report link

write a conditional block around it

if (global.gc) {
  global.gc();
  return res.status(200).send({ status: 'success', message: 'Garbage collection done' });
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: JTE