Skip to content

Commit

Permalink
EDF: [premieroctet#114] size field is not required anymore in company…
Browse files Browse the repository at this point in the history
… schema
  • Loading branch information
Bastien-Wappizy committed Dec 16, 2024
1 parent 3fffa1f commit 62128cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CompanySchema = new Schema(
size: {
type: String,
enum: Object.keys(COMPANY_SIZES),
required: true,
required: false,
},
administrators: {
type: [{
Expand Down

0 comments on commit 62128cd

Please sign in to comment.