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?
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
findOneandfindcalls even when matching documents are present in the DBany idea how to overcome this problem?