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
I am trying to implement exactly the same logic in my app but const result = await exec.apply(this, arguments);
this part of the code is giving me null in case of findOne and find calls even when matching documents are present in the DB
any idea how to overcome this problem?
The text was updated successfully, but these errors were encountered:
I am trying to implement exactly the same logic in my app but
const result = await exec.apply(this, arguments);
this part of the code is giving me null in case of
findOne
andfind
calls even when matching documents are present in the DBany idea how to overcome this problem?
The text was updated successfully, but these errors were encountered: