Lesson 15: updateActiveItems.js #958
Unanswered
CodeLikeLisa
asked this question in
Q&A
Replies: 0 comments
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.
-
in the youtube tutorial it uses < if (alreadyListedItem) {
logger.info(Deleting ${request.object.get( "objectId")}) > and in the github repo it uses the line< if (alreadyListedItem) {
logger.info(Deleting ${alreadyListedItem.id}) > ... Assuming they mean the same thing, I understand the former just not the latter as I don't see where the ".id" comes from or what it refers to... (updateActiveItems.js File in question)
Beta Was this translation helpful? Give feedback.
All reactions