Skip to content

Commit

Permalink
Update event.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgodfrey committed Nov 9, 2023
1 parent fe58919 commit 28960b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/models/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const eventSchema = new mongoose.Schema({
type: String,
},
removalOrgId: {
type: mongoose.Types.ObjectId,
type: mongoose.Schema.Types.ObjectId,
trim: true,
},
removalStartDate: {
Expand Down

0 comments on commit 28960b9

Please sign in to comment.