Closed alymurtazamemon closed 2 years ago
In the updateActiveItem.js we should call the:
updateActiveItem.js
const logger = Moralis.Cloud.getLogger()
Before using it:
const logger = Moralis.Cloud.getLogger() logger.info(`Marketplace | Object: ${request.object}`)
Set in two afterSave functions ItemCanceled & ItemBought
afterSave
ItemCanceled
ItemBought
@PatrickAlphaC
In the
updateActiveItem.js
we should call the:Before using it:
Set in two
afterSave
functionsItemCanceled
&ItemBought