code cleanup

This commit is contained in:
Wentao Lyu 2023-04-02 00:57:27 +08:00
parent c5805d710b
commit d76efa7874
2 changed files with 6 additions and 24 deletions

View file

@ -86,8 +86,7 @@ const convoSchema = mongoose.Schema(
toneStyle: {
type: String,
default: null
},
suggestions: [{ type: String }]
}
},
{ timestamps: true }
);