File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const ImageSchema = new Schema({
88 upVotes : Array ,
99 downVotes : Array ,
1010 creatorId : mongoose . Schema . Types . ObjectId ,
11- comments : Array ,
1211 datePosted : Number ,
1312 allowScreenShots : Boolean ,
1413 viewedBy : Array ,
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ const PollSchema = new Schema({
1818 optionSixesColor : String ,
1919 totalNumberOfOptions : String ,
2020 creatorId : mongoose . Schema . Types . ObjectId ,
21- comments : Array ,
2221 datePosted : Number ,
2322 allowScreenShots : Boolean ,
2423 viewedBy : Array
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ const Schema = mongoose.Schema;
33
44const ThreadSchema = new Schema ( {
55 threadType : String ,
6- comments : Array ,
76 creatorId : mongoose . Schema . Types . ObjectId ,
87 threadTitle : String ,
98 threadSubtitle : String ,
You can’t perform that action at this time.
0 commit comments