Merge branch 'master' of https://github.com/freecodecamp/freecodecamp
This commit is contained in:
@@ -46,13 +46,4 @@ var storySchema = new mongoose.Schema({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Story', storySchema);
|
||||
|
||||
/*
|
||||
author: {
|
||||
userId: {
|
||||
type: mongoose.Schema.Types.ObjectId,
|
||||
ref: 'User'
|
||||
}
|
||||
},
|
||||
*/
|
||||
module.exports = mongoose.model('Story', storySchema);
|
Reference in New Issue
Block a user