-
Just curious i'm not sure if its a huge deal, but when i run my copying and pasting his code from the repo for the Moralis.Cloud.afterSave("ItemBought") function worked but now sure where the difference is
ItemBought code from repo:
is it this line that makes the difference? logger.info( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Does repo here refer to your repo or the course's? EDIT: In any case, I notice a difference in the code tagged with from the video and this is what makes the difference: The following is missing after
Hope this helps |
Beta Was this translation helpful? Give feedback.
Does repo here refer to your repo or the course's?
EDIT: In any case, I notice a difference in the code tagged with from the video and this is what makes the difference:
The following is missing after
const boughtItem = await query.first()
Hope this helps