Replies: 1 comment 2 replies
-
Oh and in database log I get two logs for "looking for confirmed tx", instead of one like Patric did. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that after giving my server the cloud functiom updateActiveItems.js and then listing an item, it gets confirmed on the database, no need to move blocks. Is this an moralis update or something? Also I'm following the tutorial so I'm using moralis-v1 has anyone tried to use the new version 2?
updateActiveItems.js
Moralis.Cloud.afterSave("itemListed", async (request) => { const confirmed = request.object.get("confirmed") const logger = Moralis.Cloud.getLogger() logger.info("looking for confirmed tx") })
Beta Was this translation helpful? Give feedback.
All reactions