Skip to content

Commit

Permalink
survey model updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Thakur committed Jan 20, 2021
1 parent 3cf62ef commit 8905ad7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions models/survey.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ var surveySchema = new mongoose.Schema({
type: String
},
optionList : {
type: [
{
value : {
type: String
}
}
]
type: [String]
}
}
]
Expand Down

0 comments on commit 8905ad7

Please sign in to comment.