Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
1
Description
Description
https://docs.mongodb.com/stitch/functions/define-a-function/
Stitch Function Editor did not accept the example listed in
![]()
Seems line 2 and 3 each need a semicolon (
at the end
```
exports = function()
;
```
Acceptance Criteria
We have updated the code examples on the Define a Function page to properly use semicolons