I am unable to update my document when I run
db.xx.updateOne({_id: ObjectId(""}, {$set: {lq: uq})
I get the error uncaught exception: ReferenceError: uq is not defined
uq field exists and contains integers, not sure why it don't work. Please help.