Returning usernames.

This commit is contained in:
David Jay
2016-11-07 16:19:20 -05:00
parent 4737e84681
commit 0e1e04d2a9
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ const CommentSchema = new Schema({
},
asset_id: String,
author_id: String,
username: String,
status: {
type: String,
enum: ['accepted', 'rejected', ''],