Rarible clone Part 5 Create nft test failed

I downloaded the code straight from github. I have been following along with the tutorial. When I got to part 5 I went to test “Create NFT” nothing happens. These are the error Logs

2022-03-03T23:06:14.234Z - Error: Invalid function: “getUserItems”
at handleCloudFunction (/moralis-server/lib/Routers/FunctionsRouter.js:126:13)
at /moralis-server/lib/PromiseRouter.js:85:20
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2022-03-03T23:06:10.168Z - Ran cloud function getServerTime for user undefined with:
Input: {}
Result: {“dateTime”:1646348770167}
2022-03-03T22:20:09.278Z - Error: Invalid function: “getUserItems”
at handleCloudFunction (/moralis-server/lib/Routers/FunctionsRouter.js:126:13)
at /moralis-server/lib/PromiseRouter.js:85:20
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2022-03-03T22:20:06.226Z - Error: Invalid function: “getUserItems”
at handleCloudFunction (/moralis-server/lib/Routers/FunctionsRouter.js:126:13)
at /moralis-server/lib/PromiseRouter.js:85:20
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Any help is apricated

it sounds like you need to add that getUserItems function in cloud code, or maybe there is an error in cloud code