Advertisement
Guest User

Untitled

a guest
Feb 27th, 2021
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "_id": {
  3. "$oid": "603a6e297fc7fd1f1466dd7d"
  4. },
  5. "login": "Test",
  6. "email": "[email protected]",
  7. "password": "eyJhbGciOiJIUzI1NiJ9.Nzc3.fijJXknBpfqpR8B9xJ95XwOIqXZnUNo_-rBfRMT15ow",
  8. "role": 0,
  9. "balance": {
  10. "$numberDecimal": "3212.77"
  11. }
  12. }
  13.  
  14. // this.id = 603a6e297fc7fd1f1466dd7d;
  15.  
  16. this.Game.findById(this.id, (err, docs) => {
  17. if ( err ) {
  18. console.log(err);
  19. } else {
  20. console.log(docs); // return null
  21. }
  22. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement