Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //...
- UserSchema.methods.toProfileJSONFor = function() {
- return {
- username: this.username,
- bio: this.bio,
- image: this.image || 'https://static.productionready.io/images/smiley-cyrus.jpg',
- following: false
- };
- };
- //...
Add Comment
Please, Sign In to add comment