Javascript – module.exports with mongodb query returning undefined
I'm creating a module for recording a purchased item on MongoDB using module.exports. This is my first time using this module.exports. I need to return the results of the updateOne() query because I need to use the modifiedCount information on…