Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: assign default value for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Feb 3, 2020
1 parent 7dd9298 commit 15fdc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agenda/schemas/agenda.schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const AgendaSchema = new mongoose.Schema(
notes: {
type: String,
required: false,
default: '',
},
rRule: {
type: String,
Expand Down

0 comments on commit 15fdc66

Please sign in to comment.