79261601

Date: 2024-12-07 23:41:02
Score: 1
Natty:
Report link

If what you want is to know what changes were made to the spreadsheet...

function sendResultsEmail(e) {
  const content = e.changeType;
  console.log(content);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: YellowGreen