Skip to content

Commit

Permalink
[premieroctet#75] - add string price to events
Browse files Browse the repository at this point in the history
  • Loading branch information
Batiste1998 committed Aug 30, 2024
1 parent 2dee05b commit 1344f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/web/server/plugins/cyberleague/schemas/EventSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ const EventSchema = new Schema({
required: true,
default: EVENT_VISIBILITY_PUBLIC,
},
price: {
type: String,
required: false
},
}, schemaOptions)

/* eslint-disable prefer-arrow-callback */
Expand Down

0 comments on commit 1344f1f

Please sign in to comment.