Unexpected identifier errors could include more info

2021-06-07T16:19:21.874Z - SyntaxError: Unexpected identifier
    at customUserPlugin (/moralis-server/cloud/main.js:6:21)
    at /moralis-server/lib/cloud-code/plugins/index.js:62:15
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async Object.initialize (/moralis-server/lib/cloud-code/plugins/index.js:51:3)

could include the stray identifier and the cloud fx line number

this would help debugging immensely!

1 Like

Thanks we will check