Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "_id": {
- "$oid": "603a6e297fc7fd1f1466dd7d"
- },
- "login": "Test",
- "email": "[email protected]",
- "password": "eyJhbGciOiJIUzI1NiJ9.Nzc3.fijJXknBpfqpR8B9xJ95XwOIqXZnUNo_-rBfRMT15ow",
- "role": 0,
- "balance": {
- "$numberDecimal": "3212.77"
- }
- }
- // this.id = 603a6e297fc7fd1f1466dd7d;
- this.Game.findById(this.id, (err, docs) => {
- if ( err ) {
- console.log(err);
- } else {
- console.log(docs); // return null
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement