You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you miss the watch/change stream functionality. please add it. When I do this:
constuserChangeStream=UserModel.watch();userChangeStream.on('change',async(doc)=>{if(doc.operationType==='update'){console.log(doc.documentKey._id.toHexString());// Object is of type 'unknown'.}}