How do i fix this

2021-10-25T00:01:48.702Z - #9524006 :hourglass_flowing_sand: 0xbbf0951e84134d6eda05a8580009a2e3d704cd0cf8beabf79f097882fa697a3c Log
2021-10-24T23:56:49.011Z - #9523974 :white_check_mark: 0x8cc5e30810ef503abe9860300eeeafc0e72a225d6c73fce3ed2eb327bedc0531 Log
2021-10-24T23:34:45.586Z - Error: [object Object]
at fetch (/moralis-server/lib/cloud-code/plugins/convenience/web3Api.js:116:11)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
2021-10-24T23:34:45.584Z - Failed running cloud function getAllTokenIds for user undefined with:
Input: {}
Error: {“message”:"[object Object]",“code”:141}
2021-10-24T23:34:14.070Z - Error: [object Object]
at fetch (/moralis-server/lib/cloud-code/plugins/convenience/web3Api.js:116:11)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
2021-10-24T23:34:14.067Z - Failed running cloud function getAllTokenIds for user undefined with:
Input: {“address”:“0x78432bcb5fdf015fa99268abb3052bd7294d514c/0”,“chain”:“rinkeby”}
Error: {“message”:"[object Object]",“code”:141}
2021-10-22T10:10:13.295Z - SyntaxError: Unexpected identifier
at customUserPlugin (/moralis-server/cloud/main.js:107:26)
at /moralis-server/lib/cloud-code/plugins/index.js:70:15
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.initialize (/moralis-server/lib/cloud-code/plugins/index.js:59:3)
2021-10-22T10:10:13.294Z - CLOUD FUNCTION ERROR PLEASE CHECK YOUR CLOUD FUNCTION CODE
2021-10-22T10:04:03.035Z - SyntaxError: Unexpected identifier
at customUserPlugin (/moralis-server/cloud/main.js:107:26)
at /moralis-server/lib/cloud-code/plugins/index.js:70:15
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.initialize (/moralis-server/lib/cloud-code/plugins/index.js:59:3)

you may have some invalid syntax in your cloud functions code, you could copy that code in an editor that has highlighting and maybe you can notice the error there