Skip to content

Commit

Permalink
chore: make openCollectiveId not required
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 12, 2024
1 parent 37dc2f0 commit 1f340d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/loadSponsorData.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ async function run() {

const OpenCollectiveSponsor = mongoose.model('OpenCollectiveSponsor', mongoose.Schema({
openCollectiveId: {
type: Number,
required: true
type: Number
},
website: {
type: String,
Expand Down

0 comments on commit 1f340d4

Please sign in to comment.