The static analyzer is automatically inserting a s...
# suitescript
e
The static analyzer is automatically inserting a semicolon after
return
, making your code:
Copy code
return;
{
  beforeSubmit: beforeSubmit
};