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
In the application I am working on, we need to evaluate the id_score of the user. Currently the User.find method returns a User object, but with no reference to the id_score.
I added the id_score to the things returned in the BaseDocument object.
I haven't added any tests yet - I would like to know first if this is something you are open to.
Thanks
Allan
The text was updated successfully, but these errors were encountered:
#104
In the application I am working on, we need to evaluate the
id_score
of the user. Currently theUser.find
method returns aUser
object, but with no reference to theid_score
.I added the
id_score
to the things returned in theBaseDocument
object.I haven't added any tests yet - I would like to know first if this is something you are open to.
Thanks
Allan
The text was updated successfully, but these errors were encountered: