Skip to content

Commit

Permalink
EDF: [#4] remove price field from event schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Dec 4, 2024
1 parent a208974 commit 2eeccf7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ const EventSchema = new Schema({
required: true,
default: EVENT_VISIBILITY_PUBLIC,
},
price: {
type: String,
required: false
},
media_one: {
type: String,
required: false,
Expand Down

0 comments on commit 2eeccf7

Please sign in to comment.