mongoose not updating document using findOneAndUpdate
I’m trying to update a document in my event schema when a successful order is placed. I want to make ‘isPurchased’ to true so the product can no longer be purchased but when i set it it stays as false. What am i doing wrong here?