Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Thakur committed Jan 9, 2021
1 parent d588cf8 commit 3cf62ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/response.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var responseSchema = new mongoose.Schema({
type: [
{
questionContent : {
type: Date
type: String
},
userResponse : {
type: String
Expand Down
2 changes: 1 addition & 1 deletion models/survey.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var surveySchema = new mongoose.Schema({
type: String
},
questionContent : {
type: Date
type: String
},
optionList : {
type: [
Expand Down

0 comments on commit 3cf62ef

Please sign in to comment.